mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-27 08:20:47 +00:00
Merge pull request #1858 from cewert/fix-loginflow-crash
This commit is contained in:
commit
8a15bf8870
@ -42,9 +42,10 @@ function LoginFlow()
|
||||
SendPerformanceBeacon("AppDialogInitiate") ' Roku Performance monitoring - Dialog Starting
|
||||
|
||||
publicUsers = GetPublicUsers()
|
||||
savedUsers = getSavedUsers()
|
||||
numPubUsers = 0
|
||||
if isValid(publicUsers) then numPubUsers = publicUsers.count()
|
||||
|
||||
numPubUsers = publicUsers.count()
|
||||
savedUsers = getSavedUsers()
|
||||
numSavedUsers = savedUsers.count()
|
||||
|
||||
if numPubUsers > 0 or numSavedUsers > 0
|
||||
|
Loading…
Reference in New Issue
Block a user