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:40 -07:00 committed by GitHub
parent e8b832ea18
commit e06b33af83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ namespace MediaBrowser.Controller.BaseItemManager
{
if (baseItem is Channel)
{
// hack alert
// Hack alert.
return true;
}