mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #152 from agsimmons/patch-1
Fix markdown formatting / typo
This commit is contained in:
commit
75068407c6
@ -1,8 +1,8 @@
|
|||||||
#MediaBrowser.IsoMounting.Linux
|
# MediaBrowser.IsoMounting.Linux
|
||||||
This implements two core interfaces, IIsoManager, and IIsoMount.
|
This implements two core interfaces, IIsoManager, and IIsoMount.
|
||||||
###IIsoManager
|
### IIsoManager
|
||||||
The manager class can be used to create a mount, and also determine if the mounter is capable of mounting a given file.
|
The manager class can be used to create a mount, and also determine if the mounter is capable of mounting a given file.
|
||||||
###IIsoMount
|
### IIsoMount
|
||||||
IIsoMount then represents a mount instance, which will be unmounted on disposal.
|
IIsoMount then represents a mount instance, which will be unmounted on disposal.
|
||||||
***
|
***
|
||||||
This Linux version use sudo, mount and umount.
|
This Linux version use sudo, mount and umount.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user