[LIVE] setupSources.sh error
#1
Hi all !

I think there is a small error (maybe copy-paste Wink) in the file install/Hooks/setupSources.sh

Code:
<pictures>
        <default pathversion="1"></default>
        <source>
            <name>[b]Music[/b]</name>
            <path pathversion="1">/home/$xbmcUser/Pictures/</path>
        </source>
    </pictures>

It should be Pictures instead of Music, shouldn't it?

Code:
<pictures>
        <default pathversion="1"></default>
        <source>
            <name>[b]Pictures[/b]</name>
            <path pathversion="1">/home/$xbmcUser/Pictures/</path>
        </source>
    </pictures>

I don't know if I can turn this into a bug report, or someone will correct this before committing... ?
Reply
#2
http://trac.xbmc.org/changeset/34821
Reply
#3
Ok, I missed it. Blush

Thanks for your response.
Reply

Logout Mark Read Team Forum Stats Members Help
[LIVE] setupSources.sh error0