WIP - Sound.file instead of Sound.path; fix issues with player; program.path is now relative

This commit is contained in:
bkfox
2022-03-18 14:12:59 +01:00
parent d17d6831dd
commit e3b744be70
17 changed files with 109 additions and 118 deletions

View File

@ -219,7 +219,7 @@ export default {
/// Push items to playlist (by name)
push(playlist, ...items) {
return this.$refs[playlist].push(...items);
return this.sets[playlist].push(...items);
},
/// Push and play items