mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
Remove IIsoMounter and IsoMounter
This commit is contained in:
parent
ea20f05de4
commit
ca5c20c988
9 changed files with 4 additions and 174 deletions
|
|
@ -117,6 +117,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
|
||||
void UpdateEncoderPath(string path, string pathType);
|
||||
|
||||
IEnumerable<string> GetPrimaryPlaylistVobFiles(string path, IIsoMount isoMount, uint? titleNumber);
|
||||
IEnumerable<string> GetPrimaryPlaylistVobFiles(string path, uint? titleNumber);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue