Added album soundtrack links

This commit is contained in:
Luke Pulverenti
2013-07-16 12:03:28 -04:00
parent 682dea1d70
commit c1ad234b79
6 changed files with 211 additions and 49 deletions

View File

@@ -31,7 +31,7 @@ namespace MediaBrowser.Common.Configuration
configuration = xmlSerializer.DeserializeFromBytes(type, buffer);
}
catch (FileNotFoundException)
catch (Exception)
{
configuration = Activator.CreateInstance(type);
}