mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
Fixed flac detection bug on web app
This commit is contained in:
parent
8fc5d62769
commit
e66bb274f4
@ -602,8 +602,7 @@ Custom property | Description
|
||||
}
|
||||
|
||||
|
||||
|
||||
if(oldValue.slice(-5) === '.flac'){
|
||||
if(oldValue.indexOf('.flac') !== -1){
|
||||
player.aurora = true;
|
||||
|
||||
AVplayer = AV.Player.fromURL(oldValue);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user