bump mediabrowser again, log authed account name

This commit is contained in:
Harvey Tindall
2024-09-04 20:03:09 +01:00
parent e623897fc1
commit 4b564d7f4a
4 changed files with 5 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ const (
UsingLocalAuth = "Using local username/pw authentication (NOT RECOMMENDED)"
AuthJellyfin = "Authenticated with " + Jellyfin + " @ \"%s\""
AsUser = "As user \"%s\""
FailedAuthJellyfin = "Failed to authenticate with " + Jellyfin + " @ \"%s\" (code %d): %v"
FailedAuth = "Failed to authenticate with %s @ \"%s\" (code %d): %v"