mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fixed iso mounting
This commit is contained in:
parent
d124083f15
commit
996b0ae590
@ -24,6 +24,7 @@ using MediaBrowser.Controller.Providers;
|
|||||||
using MediaBrowser.Controller.Resolvers;
|
using MediaBrowser.Controller.Resolvers;
|
||||||
using MediaBrowser.Controller.Session;
|
using MediaBrowser.Controller.Session;
|
||||||
using MediaBrowser.Controller.Sorting;
|
using MediaBrowser.Controller.Sorting;
|
||||||
|
using MediaBrowser.IsoMounter;
|
||||||
using MediaBrowser.Model.IO;
|
using MediaBrowser.Model.IO;
|
||||||
using MediaBrowser.Model.MediaInfo;
|
using MediaBrowser.Model.MediaInfo;
|
||||||
using MediaBrowser.Model.System;
|
using MediaBrowser.Model.System;
|
||||||
@ -559,6 +560,9 @@ namespace MediaBrowser.ServerApplication
|
|||||||
// Server implementations
|
// Server implementations
|
||||||
yield return typeof(ServerApplicationPaths).Assembly;
|
yield return typeof(ServerApplicationPaths).Assembly;
|
||||||
|
|
||||||
|
// Pismo
|
||||||
|
yield return typeof(PismoIsoManager).Assembly;
|
||||||
|
|
||||||
// Include composable parts in the running assembly
|
// Include composable parts in the running assembly
|
||||||
yield return GetType().Assembly;
|
yield return GetType().Assembly;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user