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…
Reference in New Issue
Block a user