mirror of
https://github.com/jellyfin/jellyfin-plugin-discogs.git
synced 2024-11-27 00:10:39 +00:00
Fix ProviderKey for master
This commit is contained in:
parent
e90f31254b
commit
7c72cbdcfa
@ -13,7 +13,7 @@ public class DiscogsMasterExternalId : IExternalId
|
||||
/// <summary>
|
||||
/// The key.
|
||||
/// </summary>
|
||||
public const string ProviderKey = "DiscogsRelease";
|
||||
public const string ProviderKey = "DiscogsMaster";
|
||||
|
||||
/// <inheritdoc />
|
||||
public string ProviderName => "Discogs";
|
||||
|
@ -7,7 +7,6 @@ using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Jellyfin.Plugin.Discogs.ExternalIds;
|
||||
using MediaBrowser.Controller.Entities;
|
||||
using MediaBrowser.Controller.Entities.Audio;
|
||||
using MediaBrowser.Controller.Providers;
|
||||
using MediaBrowser.Model.Entities;
|
||||
using MediaBrowser.Model.Providers;
|
||||
|
Loading…
Reference in New Issue
Block a user