mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Newzbin now parses the language out properly.
Fetch episode filters episodes from wrong series
This commit is contained in:
parent
6393d0a3f9
commit
8d12630856
6 changed files with 615 additions and 1 deletions
|
@ -305,7 +305,7 @@ namespace NzbDrone.Core
|
|||
|
||||
|
||||
|
||||
internal static LanguageType ParseLanguage(string title)
|
||||
public static LanguageType ParseLanguage(string title)
|
||||
{
|
||||
var lowerTitle = title.ToLower();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue