mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
v5.4.4
This commit is contained in:
parent
0040d41b82
commit
295516600d
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mstream",
|
||||
"version": "5.4.3",
|
||||
"version": "5.4.4",
|
||||
"description": "music streaming server",
|
||||
"main": "cli-boot-wrapper.js",
|
||||
"bin": {
|
||||
|
||||
@ -1452,7 +1452,7 @@ function testIt() {
|
||||
// load user settings
|
||||
try {
|
||||
const ivp = JSON.parse(localStorage.getItem('ignoreVPaths'));
|
||||
if (Array.isArray(ivp)) { throw 'bad!'; }
|
||||
if (Array.isArray(ivp) || !(ivp instanceof Object)) { throw 'bad!'; }
|
||||
MSTREAMPLAYER.ignoreVPaths = ivp;
|
||||
} catch (e) {}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user