captbaritone / captbaritone/webamp
Please load playlist from external JSON file
Open
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 796
- PR merge metrics
- No merged PRs in 30d
Description
For make this:
1. add few lines to ./js/config.ts:
```ts
import myPlaylist from "./../mp3/playlist.json";
console.log('myPlaylist', myPlaylist);
config.initialTracks = myPlaylist;
```
2. Create file ./mp3/playlit.json
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.