mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
samba: Add /storage/recordings to default samba shares
This commit is contained in:
parent
d84edeaff7
commit
9af2b480bf
@ -80,6 +80,14 @@
|
|||||||
writable = yes
|
writable = yes
|
||||||
root preexec = mkdir -p /storage/tvshows
|
root preexec = mkdir -p /storage/tvshows
|
||||||
|
|
||||||
|
[Recordings]
|
||||||
|
path = /storage/recordings
|
||||||
|
available = yes
|
||||||
|
browsable = yes
|
||||||
|
public = yes
|
||||||
|
writable = yes
|
||||||
|
root preexec = mkdir -p /storage/recordings
|
||||||
|
|
||||||
[Downloads]
|
[Downloads]
|
||||||
path = /storage/downloads
|
path = /storage/downloads
|
||||||
available = yes
|
available = yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user