prep for portable providers project

This commit is contained in:
Luke Pulverenti 2016-10-27 14:37:46 -04:00
parent cdd5d2f1bc
commit 7130d8a78f
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ namespace MediaBrowser.Providers.Music
{ {
} }
catch (DirectoryNotFoundException) catch (IOException)
{ {
} }

View File

@ -98,7 +98,7 @@ namespace MediaBrowser.Providers.Music
{ {
} }
catch (DirectoryNotFoundException) catch (IOException)
{ {
} }