maybe this will fix playlists?
This commit is contained in:
parent
6cedc01532
commit
7d204aa27c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const createM3U = (name: string, songlist: SongMeta[]) => {
|
||||||
const path = getLocalPath(song.Path);
|
const path = getLocalPath(song.Path);
|
||||||
const name = getSongLocalFileName(song);
|
const name = getSongLocalFileName(song);
|
||||||
|
|
||||||
m3uWriter.file(nodePath.join(path, name));
|
m3uWriter.file('./' + nodePath.join(path, name));
|
||||||
}
|
}
|
||||||
return m3uWriter.toString();
|
return m3uWriter.toString();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue