mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
At a point where we can build. Many TODOs and existing Series-based APIs need to be removed. No track code actually works.
This commit is contained in:
@@ -205,7 +205,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
||||
var lowerTitle = title.ToLowerInvariant();
|
||||
Console.WriteLine("Searching for " + lowerTitle);
|
||||
|
||||
if (lowerTitle.StartsWith("itunes:") || lowerTitle.StartsWith("itunesid:"))
|
||||
if (lowerTitle.StartsWith("spotify:") || lowerTitle.StartsWith("spotifyid:"))
|
||||
{
|
||||
var slug = lowerTitle.Split(':')[1].Trim();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user