mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
remove unused files and fix some future warnings
This commit is contained in:
@@ -30,7 +30,7 @@ namespace MediaBrowser.LocalMetadata.Images
|
||||
{
|
||||
if (item.SupportsLocalMetadata)
|
||||
{
|
||||
// Episode has it's own provider
|
||||
// Episode has its own provider
|
||||
if (item is Episode || item is Audio || item is Photo)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user