-rw-r--r-- | noncore/multimedia/opieplayer2/om3u.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/multimedia/opieplayer2/om3u.cpp b/noncore/multimedia/opieplayer2/om3u.cpp index 039f3b1..12fb16e 100644 --- a/noncore/multimedia/opieplayer2/om3u.cpp +++ b/noncore/multimedia/opieplayer2/om3u.cpp | |||
@@ -52,3 +52,3 @@ Om3u::Om3u( const QString &filePath, int mode) | |||
52 | : QStringList (){ | 52 | : QStringList (){ |
53 | //qDebug("<<<<<<<new m3u "+filePath); | 53 | qDebug("<<<<<<<new m3u "+filePath); |
54 | f.setName(filePath); | 54 | f.setName(filePath); |
@@ -117,5 +117,5 @@ void Om3u::readPls() { //it's a pls file | |||
117 | else { //if its a url | 117 | else { //if its a url |
118 | if( name.right( 1 ).find( '/' ) == -1) { | 118 | // if( name.right( 1 ).find( '/' ) == -1) { |
119 | s += "/"; | 119 | // s += "/"; |
120 | } | 120 | // } |
121 | append(s); | 121 | append(s); |