mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 09:38:25 +00:00
prep for portable providers project
This commit is contained in:
parent
cdd5d2f1bc
commit
7130d8a78f
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue