mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-03 09:34:51 +02:00
Fix: check permission before media store query, Add: start of casting
This commit is contained in:
parent
f40e971b90
commit
6bb8dfeffa
10 changed files with 477 additions and 23 deletions
|
@ -23,6 +23,7 @@
|
|||
<!-- <span class="material-icons cursor-pointer mx-4" :class="hasDownloadsFolder ? '' : 'text-warning'" @click="$store.commit('downloads/setShowModal', true)">source</span> -->
|
||||
|
||||
<!-- <widgets-connection-icon /> -->
|
||||
<!-- <span class="material-icons" style="font-size: 1.75rem" @click="testCast">menu</span> -->
|
||||
|
||||
<nuxt-link class="h-7 mx-2" to="/search">
|
||||
<span class="material-icons" style="font-size: 1.75rem">search</span>
|
||||
|
@ -36,6 +37,8 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
// import MyNativeAudio from '@/plugins/my-native-audio'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
@ -83,6 +86,10 @@ export default {
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
// testCast() {
|
||||
// console.log('TEST CAST CLICK')
|
||||
// MyNativeAudio.requestSession()
|
||||
// },
|
||||
clickShowSideDrawer() {
|
||||
this.$store.commit('setShowSideDrawer', true)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue