mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-07 04:30:17 -05:00
increment lastfm provider version
This commit is contained in:
parent
e0f1dd56ba
commit
bdcb003c1d
@ -54,6 +54,14 @@ namespace MediaBrowser.Providers.Music
|
||||
return base.NeedsRefreshInternal(item, providerInfo);
|
||||
}
|
||||
|
||||
protected override string ProviderVersion
|
||||
{
|
||||
get
|
||||
{
|
||||
return "6";
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the priority.
|
||||
/// </summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user