Merge branch 'master' into media-type

This commit is contained in:
Cody Robibero
2023-11-09 22:03:55 -07:00
committed by GitHub
341 changed files with 6212 additions and 2500 deletions

View File

@@ -20,7 +20,7 @@ namespace MediaBrowser.Controller.LiveTv
{
public class LiveTvProgram : BaseItem, IHasLookupInfo<ItemLookupInfo>, IHasStartDate, IHasProgramAttributes
{
private static string EmbyServiceName = "Emby";
private const string EmbyServiceName = "Emby";
public LiveTvProgram()
{