mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-25 19:46:34 +00:00
fixes #795 - Support reading Xbmc nfo's
This commit is contained in:
@@ -445,11 +445,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
||||
if (this is UserRootFolder)
|
||||
{
|
||||
var b = true;
|
||||
}
|
||||
|
||||
foreach (var child in nonCachedChildren)
|
||||
{
|
||||
BaseItem currentChild;
|
||||
|
||||
Reference in New Issue
Block a user