summaryrefslogtreecommitdiffstats
path: root/lib/class/vainfo.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-08-23 14:20:02 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-08-23 14:20:02 +0000
commit1b35ffb126323271507b6e170314c5138c9c8c4c (patch)
treee0c7bb9eec053f8760a20e9f347783999023ba37 /lib/class/vainfo.class.php
parent28fcb8f8ac8417ce8fcfad0d799d3c95d65c117e (diff)
downloadampache-1b35ffb126323271507b6e170314c5138c9c8c4c.tar.gz
ampache-1b35ffb126323271507b6e170314c5138c9c8c4c.tar.bz2
ampache-1b35ffb126323271507b6e170314c5138c9c8c4c.zip
sync from 3.5.x branch
Diffstat (limited to 'lib/class/vainfo.class.php')
-rw-r--r--lib/class/vainfo.class.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php
index bcccc587..fc5bdc73 100644
--- a/lib/class/vainfo.class.php
+++ b/lib/class/vainfo.class.php
@@ -409,6 +409,9 @@ class vainfo {
$results = array();
+ /* Gather Tag information from the filenames */
+ $results['file'] = $this->_parse_filename($this->filename);
+
/* Return false if we don't have
* any tags to look at
*/
@@ -476,9 +479,6 @@ class vainfo {
} // end foreach
- /* Gather Tag information from the filenames */
- $results['file'] = $this->_parse_filename($this->filename);
-
return $results;
} // _get_tags