Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs

Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Shadowghost 2022-02-19 23:47:11 +01:00 committed by GitHub
parent a36e34fbd2
commit bbb3117f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ namespace MediaBrowser.Providers.MediaInfo
}
}
return externalPathInfos.AsReadOnly();
return externalPathInfos;
}
/// <summary>