mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
minor tweaks
This commit is contained in:
parent
fc0d7fc72f
commit
f0735c0693
4 changed files with 13 additions and 13 deletions
|
@ -22,7 +22,7 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
public SceneMappingProvider()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
public virtual bool UpdateMappings()
|
||||
|
@ -38,7 +38,7 @@ namespace NzbDrone.Core.Providers
|
|||
while ((line = reader.ReadLine()) != null)
|
||||
{
|
||||
var split = line.Split(',');
|
||||
var seriesId = 0;
|
||||
int seriesId;
|
||||
Int32.TryParse(split[1], out seriesId);
|
||||
|
||||
var map = new SceneMapping();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue