Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.cs

Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
pull/4342/head
Cody Robibero 4 years ago committed by GitHub
parent e8b832ea18
commit e06b33af83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save