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 1996e08dd1
commit ce88815b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save