mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
fixed remote control flyout
This commit is contained in:
@@ -664,7 +664,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
if (fields.Contains(ItemFields.Settings))
|
||||
{
|
||||
dto.LockedFields = item.LockedFields;
|
||||
dto.EnableInternetProviders = !item.DontFetchMeta;
|
||||
dto.LockData = item.DontFetchMeta;
|
||||
}
|
||||
|
||||
var hasBudget = item as IHasBudget;
|
||||
|
||||
Reference in New Issue
Block a user