diff --git a/campcaster/src/modules/storageServer/var/BasicStor.php b/campcaster/src/modules/storageServer/var/BasicStor.php index 71ab7216d..5df57a23d 100644 --- a/campcaster/src/modules/storageServer/var/BasicStor.php +++ b/campcaster/src/modules/storageServer/var/BasicStor.php @@ -1592,7 +1592,7 @@ class BasicStor { } $realFtype = BasicStor::GetType($storedFile->gunid); if (!is_null($ftype) && ( - ($realFtype != $ftype) + (strtolower($realFtype) != strtolower($ftype)) // webstreams are subset of audioclips && !($realFtype == 'webstream' && $ftype == 'audioclip') )) {