[feature-107] Implement playlists linking + remove possibility to play a playlist for now + some refacto

This commit is contained in:
MathieuG-P
2024-02-26 15:24:51 +01:00
parent a36ccb0c13
commit 487d0c1f8b
19 changed files with 192 additions and 71 deletions
@@ -116,7 +116,7 @@ export class LocalMapsManagerService {
return shasum.digest("hex");
}
private async loadMapInfoFromPath(mapPath: string): Promise<BsmLocalMap> {
public async loadMapInfoFromPath(mapPath: string): Promise<BsmLocalMap> {
const getUrlsAndReturn = (rawInfo: RawMapInfoData, hash: string, mapPath: string) => {
const coverUrl = pathToFileURL(path.join(mapPath, rawInfo._coverImageFilename)).href;