mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-07 13:59:07 +00:00
Empty commit
This commit is contained in:
parent
a703866769
commit
70d5edf3a1
@ -61,11 +61,7 @@
|
|||||||
if($BitrateList == "Any") {
|
if($BitrateList == "Any") {
|
||||||
$BitrateArray = array_keys($Bitrates);
|
$BitrateArray = array_keys($Bitrates);
|
||||||
} else {
|
} else {
|
||||||
foreach ($Bitrates as $Key => $Val) {
|
$BitrateArray = array_keys(array_intersect($Bitrates,explode('|', $BitrateList)));
|
||||||
if(strpos($BitrateList, $Val) !== false) {
|
|
||||||
$BitrateArray[] = $Key;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$FormatArray = array();
|
$FormatArray = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user