diff options
author | Chris <xchrisx@uber.space> | 2019-07-23 01:17:39 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-07-23 01:17:39 +0200 |
commit | 0cf195935ecdf6a7f11c86c807aa8231ee4c03ba (patch) | |
tree | 660fd9f6763054d10e63d84dea18be1129e86f69 /juk | |
parent | 83682486bb6a058925f34c36f1326e7d2dc34bb1 (diff) | |
download | tdemultimedia-0cf195935ecdf6a7f11c86c807aa8231ee4c03ba.tar.gz tdemultimedia-0cf195935ecdf6a7f11c86c807aa8231ee4c03ba.zip |
Change branded music path to the users own one.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'juk')
-rw-r--r-- | juk/filerenamerbase.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/filerenamerbase.ui b/juk/filerenamerbase.ui index 208f94c4..a05d5801 100644 --- a/juk/filerenamerbase.ui +++ b/juk/filerenamerbase.ui @@ -124,7 +124,7 @@ <cstring>m_musicFolder</cstring> </property> <property name="url" stdset="0"> - <string>/home/kde-cvs/music</string> + <string>~/music</string> </property> <property name="showLocalProtocol"> <bool>true</bool> |