Update MediaBrowser.LocalMetadata/Images/EpisodeLocalImageProvider.cs

Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
Cody Robibero 2020-06-17 09:53:02 -06:00 committed by GitHub
parent a639663aa7
commit 8604b712bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ using MediaBrowser.Model.IO;
namespace MediaBrowser.LocalMetadata.Images
{
/// <summary>
/// Episode local local local image provider.
/// Episode local image provider.
/// </summary>
public class EpisodeLocalImageProvider : ILocalImageProvider, IHasOrder
{