summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-11-10 15:09:20 (UTC)
committer llornkcor <llornkcor>2002-11-10 15:09:20 (UTC)
commit521b993fb4175e699e9ac832c50558af0354ca25 (patch) (unidiff)
tree6fb96873b159861b062c075d3aa0dbe4eedaeeef
parent91932ca42cee5568477b1e49532a0b9e4d9bcf96 (diff)
downloadopie-521b993fb4175e699e9ac832c50558af0354ca25.zip
opie-521b993fb4175e699e9ac832c50558af0354ca25.tar.gz
opie-521b993fb4175e699e9ac832c50558af0354ca25.tar.bz2
no extras for urls
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/om3u.cpp8
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
@@ -50,7 +50,7 @@
50 50
51Om3u::Om3u( const QString &filePath, int mode) 51Om3u::Om3u( const QString &filePath, int mode)
52 : QStringList (){ 52 : QStringList (){
53//qDebug("<<<<<<<new m3u "+filePath); 53qDebug("<<<<<<<new m3u "+filePath);
54 f.setName(filePath); 54 f.setName(filePath);
55 f.open(mode); 55 f.open(mode);
56} 56}
@@ -115,9 +115,9 @@ void Om3u::readPls() { //it's a pls file
115 if( s.at( s.length() - 4) == '.') // if this is probably a file 115 if( s.at( s.length() - 4) == '.') // if this is probably a file
116 append(s); 116 append(s);
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);
122 } 122 }
123 } 123 }