Merge pull request #3546 from Tolriq/master

Make default sources accessible from remotes
This commit is contained in:
Stefan Saraev 2014-10-14 14:43:56 +03:00
commit c82775effd

View File

@ -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>