aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/General/fileops/fileops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/fileops/fileops.cpp b/src/plugins/General/fileops/fileops.cpp
index e67f7ae30..a25d617aa 100644
--- a/src/plugins/General/fileops/fileops.cpp
+++ b/src/plugins/General/fileops/fileops.cpp
@@ -197,7 +197,7 @@ QString FileOps::generateFileName(PlayListItem *item, QString pattern)
fname = printTag(fname, "%g", item->genre(), pattern);
fname = printTag(fname, "%f", item->url().section('/',-1), pattern);
fname = printTag(fname, "%y", QString("%1").arg(item->year ()), pattern);
- fname.replace(" ", "_");
+ //fname.replace(" ", "_");
if (fname.isEmpty())
{
if (item->url().contains('/'))