summaryrefslogtreecommitdiffstats
path: root/lib/class/vainfo.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-02-21 01:42:10 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-02-21 01:42:10 +0000
commit917c8198ae353ab6fd2b5d981c310e0e3974ab90 (patch)
tree2bcba02cebeebf23c1d37b1f7427891520d9757c /lib/class/vainfo.class.php
parenta0975517e17913cf2a72901144aad8966c37ad86 (diff)
downloadampache-917c8198ae353ab6fd2b5d981c310e0e3974ab90.tar.gz
ampache-917c8198ae353ab6fd2b5d981c310e0e3974ab90.tar.bz2
ampache-917c8198ae353ab6fd2b5d981c310e0e3974ab90.zip
* Add mpeg to list of _parse_avi valid file types
* Fixed clear playlist, however it reveled a problem with the get items * Removed a stupid extra check on database build
Diffstat (limited to 'lib/class/vainfo.class.php')
-rw-r--r--lib/class/vainfo.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php
index f17db0a3..12ad3f1e 100644
--- a/lib/class/vainfo.class.php
+++ b/lib/class/vainfo.class.php
@@ -364,6 +364,7 @@ class vainfo {
case 'flv':
$results[$key] = $this->_parse_flv($this->_raw2);
break;
+ case 'mpeg':
case 'avi':
$results[$key] = $this->_parse_avi($this->_raw2);
break;