Skip to content

Commit

Permalink
pMusic: bugfix: gettext 'Lyrics' (thanks to Pro)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigbert committed Feb 21, 2020
1 parent 448ed13 commit b0fcd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woof-code/rootfs-packages/pmusic/usr/local/pmusic/func
Expand Up @@ -1461,7 +1461,7 @@ EOL
#lyrics - does not support free search. Searches for the given phrase
if [ $SEARCH_LYRICS = true ]; then
echo "echo -e '\n|__ L Y R I C S __' >> $WORKDIR/search_sources" >> $WORKDIR/tmp_exec
echo "echo -e '\n|__ $(gettext 'L Y R I C S') __' >> $WORKDIR/search_sources" >> $WORKDIR/tmp_exec
echo "cd \"$STORAGE_DIR\"/lyrics; grep -iFl '$2' ./* | cut -d '/' -f2 | cut -d'.' -f1 > $WORKDIR/search_sources_lyrics" >> $WORKDIR/tmp_exec
echo "awk -F'\\n' '{print \"pmusicbrowse_search:\" \$1 \"|\" \$1 \"|\"}' $WORKDIR/search_sources_lyrics >> $WORKDIR/search_sources" >> $WORKDIR/tmp_exec
fi
Expand Down

0 comments on commit b0fcd97

Please sign in to comment.