mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-30 09:50:46 +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
|
SendPerformanceBeacon("AppDialogInitiate") ' Roku Performance monitoring - Dialog Starting
|
||||||
|
|
||||||
publicUsers = GetPublicUsers()
|
publicUsers = GetPublicUsers()
|
||||||
savedUsers = getSavedUsers()
|
numPubUsers = 0
|
||||||
|
if isValid(publicUsers) then numPubUsers = publicUsers.count()
|
||||||
|
|
||||||
numPubUsers = publicUsers.count()
|
savedUsers = getSavedUsers()
|
||||||
numSavedUsers = savedUsers.count()
|
numSavedUsers = savedUsers.count()
|
||||||
|
|
||||||
if numPubUsers > 0 or numSavedUsers > 0
|
if numPubUsers > 0 or numSavedUsers > 0
|
||||||
|
Loading…
Reference in New Issue
Block a user