minor tweaks

This commit is contained in:
kay.one 2011-07-06 00:36:49 -07:00
commit f0735c0693
4 changed files with 13 additions and 13 deletions

View file

@ -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();