Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.cs

Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
This commit is contained in:
Cody Robibero 2020-11-08 06:42:49 -07:00 committed by GitHub
parent e06b33af83
commit 1996e08dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace MediaBrowser.Controller.BaseItemManager
if (baseItem.SourceType == SourceType.Channel)
{
// hack alert
// Hack alert.
return !baseItem.EnableMediaSourceDisplay;
}