mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 20:38:27 +01:00
display additional transcoding info in dashboard
This commit is contained in:
@@ -26,7 +26,7 @@ namespace MediaBrowser.Providers.Folders
|
||||
|
||||
public bool Supports(IHasImages item)
|
||||
{
|
||||
return item is ICollectionFolder;
|
||||
return item is CollectionFolder;
|
||||
}
|
||||
|
||||
public int Order
|
||||
|
||||
Reference in New Issue
Block a user