From c1213d235d4128a3df6aad331901cb37a948b9da Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 11 May 2009 12:46:52 +0000 Subject: file operations: fixed settings git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@937 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/fileops/fileops.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/General/fileops/fileops.cpp') diff --git a/src/plugins/General/fileops/fileops.cpp b/src/plugins/General/fileops/fileops.cpp index f116f7602..692033db2 100644 --- a/src/plugins/General/fileops/fileops.cpp +++ b/src/plugins/General/fileops/fileops.cpp @@ -195,7 +195,6 @@ QString FileOps::generateFileName(PlayListItem *item, QString pattern) fname = printTag(fname, "%n", QString("%1").arg(item->track()), pattern); fname = printTag(fname, "%g", item->genre(), pattern); fname = printTag(fname, "%f", item->url().section('/',-1), pattern); - fname = printTag(fname, "%F", item->url(), pattern); fname = printTag(fname, "%y", QString("%1").arg(item->year ()), pattern); fname.replace(" ", "_"); if (fname.isEmpty()) -- cgit v1.2.3-13-gbd6f