Fix cat name
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
30. Incremental update of folder page items.
|
||||
31. Use current style for position slider.
|
||||
32. Fix some toolbutton clipping with some styles.
|
||||
33. Fix amarok import script.
|
||||
|
||||
0.3.0
|
||||
-----
|
||||
|
||||
@@ -52,7 +52,7 @@ for line in `cat "$1/main.js" | grep Station` ; do
|
||||
if [ "$name" != "" ] && [ "$url" != "" ] ; then
|
||||
if [ $found -eq 0 ] ; then
|
||||
echo "<cantata version=\"1.0\">" > "$cantataFile"
|
||||
echo " <category=\""$scriptName"\">" >> "$cantataFile"
|
||||
echo " <category name=\""$scriptName"\">" >> "$cantataFile"
|
||||
fi
|
||||
echo ' <stream name="'$name'" url="'$url'"/>' >> "$cantataFile"
|
||||
let "found=found +1"
|
||||
|
||||
Reference in New Issue
Block a user