mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3546 from Tolriq/master
Make default sources accessible from remotes
This commit is contained in:
commit
c82775effd
@ -35,10 +35,12 @@
|
||||
<source>
|
||||
<name>Videos</name>
|
||||
<path pathversion="1">$HOME/videos/</path>
|
||||
<allowsharing>true</allowsharing>
|
||||
</source>
|
||||
<source>
|
||||
<name>TV Shows</name>
|
||||
<path pathversion="1">$HOME/tvshows/</path>
|
||||
<allowsharing>true</allowsharing>
|
||||
</source>
|
||||
</video>
|
||||
<music>
|
||||
@ -46,6 +48,7 @@
|
||||
<source>
|
||||
<name>Music</name>
|
||||
<path pathversion="1">$HOME/music/</path>
|
||||
<allowsharing>true</allowsharing>
|
||||
</source>
|
||||
</music>
|
||||
<pictures>
|
||||
@ -53,6 +56,7 @@
|
||||
<source>
|
||||
<name>Pictures</name>
|
||||
<path pathversion="1">$HOME/pictures/</path>
|
||||
<allowsharing>true</allowsharing>
|
||||
</source>
|
||||
</pictures>
|
||||
</sources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user