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

(cherry picked from commit d581cef)
  • Loading branch information
stuartm committed Jan 25, 2011
1 parent fa2ae0d commit 2329c36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythplugins/mythmusic/mythmusic/cdrip.cpp
Expand Up @@ -945,8 +945,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 2329c36

Please sign in to comment.