prep for portable providers project
This commit is contained in:
parent
cdd5d2f1bc
commit
7130d8a78f
|
@ -94,7 +94,7 @@ namespace MediaBrowser.Providers.Music
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (DirectoryNotFoundException)
|
catch (IOException)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -98,7 +98,7 @@ namespace MediaBrowser.Providers.Music
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (DirectoryNotFoundException)
|
catch (IOException)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user