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> <source>
<name>Videos</name> <name>Videos</name>
<path pathversion="1">$HOME/videos/</path> <path pathversion="1">$HOME/videos/</path>
<allowsharing>true</allowsharing>
</source> </source>
<source> <source>
<name>TV Shows</name> <name>TV Shows</name>
<path pathversion="1">$HOME/tvshows/</path> <path pathversion="1">$HOME/tvshows/</path>
<allowsharing>true</allowsharing>
</source> </source>
</video> </video>
<music> <music>
@ -46,6 +48,7 @@
<source> <source>
<name>Music</name> <name>Music</name>
<path pathversion="1">$HOME/music/</path> <path pathversion="1">$HOME/music/</path>
<allowsharing>true</allowsharing>
</source> </source>
</music> </music>
<pictures> <pictures>
@ -53,6 +56,7 @@
<source> <source>
<name>Pictures</name> <name>Pictures</name>
<path pathversion="1">$HOME/pictures/</path> <path pathversion="1">$HOME/pictures/</path>
<allowsharing>true</allowsharing>
</source> </source>
</pictures> </pictures>
</sources> </sources>