mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-05 13:53:20 +01:00
fixes #791 - Support server-side playlists
This commit is contained in:
@@ -75,7 +75,7 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
|
||||
|
||||
public bool IsEnabled
|
||||
{
|
||||
get { return !GetTvOptions().IsEnabled; }
|
||||
get { return GetTvOptions().IsEnabled; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user