New data model classes, ffmpeg-kit, jackson json deserializer, add permission

This commit is contained in:
advplyr 2022-03-28 19:53:53 -05:00
parent 461733854a
commit 4fc70cd3dd
30 changed files with 9058 additions and 9642 deletions

View file

@ -2,7 +2,6 @@ import Vue from 'vue'
import { Network } from '@capacitor/network'
export const state = () => ({
streamLibraryItem: null,
streamAudiobook: null,
playingDownload: null,
playOnLoad: false,
@ -81,9 +80,6 @@ export const mutations = {
setPlayOnLoad(state, val) {
state.playOnLoad = val
},
setLibraryItemStream(state, libraryItem) {
state.streamLibraryItem = libraryItem
},
setStreamAudiobook(state, audiobook) {
if (audiobook) {
state.playingDownload = null