Fixed root directory.
This commit is contained in:
parent
f8095b8a1d
commit
1d9e0b52f8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
class UtageInfo {
|
||||
constructor() {
|
||||
this.currentPlayingFile = [];
|
||||
this.rootDirectory = `${rootUrl}XDUPlayer/`;
|
||||
this.rootDirectory = ``;
|
||||
this.availableMissions = {};
|
||||
this.missionsList = [];
|
||||
this.characterInfo = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue