mirror of
https://github.com/jellyfin/jellyfin-plugin-tvmaze.git
synced 2025-02-17 04:27:54 +00:00
Fix provider names
This commit is contained in:
parent
ca052e9686
commit
43f53dee5a
@ -9,7 +9,7 @@ namespace Jellyfin.Plugin.TvMaze.ExternalIds
|
||||
public class TvMazeEpisodeExternalId : IExternalId
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public string ProviderName => "TVmaze Episode";
|
||||
public string ProviderName => "TVmaze";
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Key => TvMazePlugin.ProviderId;
|
||||
@ -26,4 +26,4 @@ namespace Jellyfin.Plugin.TvMaze.ExternalIds
|
||||
return item is Episode;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ namespace Jellyfin.Plugin.TvMaze.ExternalIds
|
||||
public class TvMazeSeasonExternalId : IExternalId
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public string ProviderName => "TVmaze Season";
|
||||
public string ProviderName => "TVmaze";
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Key => TvMazePlugin.ProviderId;
|
||||
@ -26,4 +26,4 @@ namespace Jellyfin.Plugin.TvMaze.ExternalIds
|
||||
return item is Season;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ namespace Jellyfin.Plugin.TvMaze.ExternalIds
|
||||
public class TvMazeSeriesExternalId : IExternalId
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public string ProviderName => "TVmaze Series";
|
||||
public string ProviderName => "TVmaze";
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Key => TvMazePlugin.ProviderId;
|
||||
@ -26,4 +26,4 @@ namespace Jellyfin.Plugin.TvMaze.ExternalIds
|
||||
return item is Series;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user