remove local playback ( it's a mess)
This commit is contained in:
parent
43c07b1168
commit
ec8389563e
8 changed files with 80 additions and 86 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue