Fixed root directory.
This commit is contained in:
parent
f8095b8a1d
commit
1d9e0b52f8
@ -4,7 +4,7 @@
|
|||||||
class UtageInfo {
|
class UtageInfo {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.currentPlayingFile = [];
|
this.currentPlayingFile = [];
|
||||||
this.rootDirectory = `${rootUrl}XDUPlayer/`;
|
this.rootDirectory = ``;
|
||||||
this.availableMissions = {};
|
this.availableMissions = {};
|
||||||
this.missionsList = [];
|
this.missionsList = [];
|
||||||
this.characterInfo = {};
|
this.characterInfo = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user