Skip to content

Commit

Permalink
Don't mangle filename string when saving the file during import or ri…
Browse files Browse the repository at this point in the history
…pping. Refs #9483
  • Loading branch information
stuartm committed Jan 15, 2011
1 parent 327eb5f commit d581cef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythplugins/mythmusic/mythmusic/cdrip.cpp
Expand Up @@ -939,8 +939,6 @@ QString Ripper::filenameFromMetadata(Metadata *track, bool createDir)
VERBOSE(VB_GENERAL, QString("Invalid file storage definition."));
}

filename = QString(filename.toLocal8Bit().constData());

QStringList directoryList = filename.split("/");
for (int i = 0; i < (directoryList.size() - 1); i++)
{
Expand Down

0 comments on commit d581cef

Please sign in to comment.