add comments, fix user expiry log spam

now actually removes the already deleted user from the expiry list.
This commit is contained in:
Harvey Tindall
2021-03-21 22:50:33 +00:00
parent e351c35cc8
commit 1a6d78352c
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ type appContext struct {
configBase settings
dataPath string
webFS httpFS
cssClass string
cssClass string // Default theme, "light-theme"|"dark-theme".
jellyfinLogin bool
users []User
invalidTokens []string