mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-31 14:33:54 -04:00
remove unused assignment
This commit is contained in:
parent
19a609a889
commit
940990708e
@ -28,7 +28,7 @@ namespace MediaBrowser.Providers.Music
|
|||||||
/// Be prudent, use a value slightly above the minimun required.
|
/// Be prudent, use a value slightly above the minimun required.
|
||||||
/// https://musicbrainz.org/doc/XML_Web_Service/Rate_Limiting
|
/// https://musicbrainz.org/doc/XML_Web_Service/Rate_Limiting
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private readonly long _musicBrainzQueryIntervalMs = 1050u;
|
private readonly long _musicBrainzQueryIntervalMs;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// For each single MB lookup/search, this is the maximum number of
|
/// For each single MB lookup/search, this is the maximum number of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user