mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
Allow "Blu-ray" format releases.
This commit is contained in:
parent
71ea85681f
commit
36fe8d18c3
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