try this to fix playlists
This commit is contained in:
parent
7d204aa27c
commit
6cc5a1e378
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