mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-13 11:10:24 +01:00
fix live tv folders being created in a loop
This commit is contained in:
@@ -925,7 +925,11 @@ namespace Emby.Server.Implementations.Connect
|
||||
}
|
||||
|
||||
_data.PendingAuthorizations = newPendingList;
|
||||
CacheData();
|
||||
|
||||
if (!newPendingList.Select(i => i.Id).SequenceEqual(currentPendingList.Select(i => i.Id), StringComparer.Ordinal))
|
||||
{
|
||||
CacheData();
|
||||
}
|
||||
|
||||
await RefreshGuestNames(list, refreshImages).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user