mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-21 15:16:36 -04:00
make channel access opt-in rather than opt out
This commit is contained in:
@@ -204,5 +204,10 @@ namespace MediaBrowser.Controller.LiveTv
|
||||
{
|
||||
return config.BlockUnratedItems.Contains(UnratedItem.LiveTvProgram);
|
||||
}
|
||||
|
||||
protected override string GetInternalMetadataPath(string basePath)
|
||||
{
|
||||
return System.IO.Path.Combine(basePath, "livetv", Id.ToString("N"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user