remove local playback ( it's a mess)

This commit is contained in:
vapormusic 2022-08-27 22:56:12 +07:00
parent 43c07b1168
commit ec8389563e
8 changed files with 80 additions and 86 deletions

View file

@ -397,7 +397,7 @@ const CiderAudio = {
constructor() {
super();
this._bufferSize = 1024;
this._bufferSize = 128;
this._buffers = null;
this._initBuffer();
}

View file

@ -262,7 +262,7 @@
</label>
</div>
</div>
<div class="md-option-line">
<!-- <div class="md-option-line">
<div class="md-option-segment">
{{'Local files path'}}
</div>
@ -271,7 +271,7 @@
{{'Edit Paths'}}
</button>
</div>
</div>
</div> -->
</div>
</div>
</div>

View file

@ -139,7 +139,7 @@
>
</sidebar-library-item>
</template>
<template v-if="$root.cfg.libraryPrefs.localPaths.length != 0">
<!-- <template v-if="$root.cfg.libraryPrefs.localPaths.length != 0">
<div class="app-sidebar-header-text"
@click="$root.cfg.general.sidebarCollapsed.localLibrary = !$root.cfg.general.sidebarCollapsed.localLibrary"
:class="{collapsed: $root.cfg.general.sidebarCollapsed.localLibrary}">
@ -148,7 +148,7 @@
<template v-if="!$root.cfg.general.sidebarCollapsed.localLibrary">
<sidebar-playlist :item="{attributes: { name:'Songs'} , id:'ciderlocal'}"></sidebar-playlist>
</template>
</template>
</template> -->
<template v-if="$root.getPlaylistFolderChildren('p.applemusic').length != 0">
<div
class="app-sidebar-header-text"