ma share/omo: export audiobooks
This commit is contained in:
parent
723d52632a
commit
b582301de3
|
@ -30,6 +30,12 @@ in {
|
||||||
browseable = "yes";
|
browseable = "yes";
|
||||||
"guest ok" = "yes";
|
"guest ok" = "yes";
|
||||||
};
|
};
|
||||||
|
audiobook = {
|
||||||
|
path = "/media/crypt1/audiobooks";
|
||||||
|
"read only" = "yes";
|
||||||
|
browseable = "yes";
|
||||||
|
"guest ok" = "yes";
|
||||||
|
};
|
||||||
crypt0 = {
|
crypt0 = {
|
||||||
path = "/media/crypt0";
|
path = "/media/crypt0";
|
||||||
"read only" = "yes";
|
"read only" = "yes";
|
||||||
|
|
Loading…
Reference in a new issue