mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
moved back to a GPL flash player for 3.4 codebase, fixed some stream issues (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation
This commit is contained in:
parent
d24fe88905
commit
edf482ff3d
28 changed files with 81 additions and 3459 deletions
|
@ -61,7 +61,8 @@ function check_database_inserted($dbh,$db_name) {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!Dba::num_rows($db_results)) {
|
||||
// Make sure the whole table is there
|
||||
if (Dba::num_rows($db_results) != '6') {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue