mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-16 20:42:34 +01:00
Merge 36fe8d18c3 into d8f79c0189
This commit is contained in:
commit
976e17ea51
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ public class SkyHookProxy : IProvideArtistInfo, ISearchForNewArtist, IProvideAlb
|
|||
private readonly IMetadataProfileService _metadataProfileService;
|
||||
private readonly ICached<HashSet<string>> _cache;
|
||||
|
||||
private static readonly List<string> NonAudioMedia = new List<string> { "DVD", "DVD-Video", "Blu-ray", "HD-DVD", "VCD", "SVCD", "UMD", "VHS" };
|
||||
private static readonly List<string> NonAudioMedia = new List<string> { "DVD", "DVD-Video", "HD-DVD", "VCD", "SVCD", "UMD", "VHS" };
|
||||
private static readonly List<string> SkippedTracks = new List<string> { "[data track]" };
|
||||
|
||||
public SkyHookProxy(IHttpClient httpClient,
|
||||
|
|
|
|||
Loading…
Reference in a new issue