@christianriedl/media 1.0.75 → 1.0.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
<v-list-item-title v-html="item.title"></v-list-item-title>
|
|
99
99
|
<v-list-item-subtitle v-html="item.subTitle"></v-list-item-subtitle>
|
|
100
100
|
</v-list-item-content>
|
|
101
|
-
-->
|
|
102
101
|
<template v-slot:append>
|
|
103
102
|
<v-list-item-avatar right>
|
|
104
|
-
<v-btn color="grey
|
|
103
|
+
<v-btn variant="tonal" color="grey" icon="$info"></v-btn>
|
|
105
104
|
</v-list-item-avatar>
|
|
106
105
|
</template>
|
|
106
|
+
-->
|
|
107
107
|
</v-list-item>
|
|
108
108
|
</v-list-item-group>
|
|
109
109
|
</v-list>
|
package/src/views/VideosPage.vue
CHANGED
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
<v-list-item v-for="item in items" :key="item.DLNAID" :title="item.title" :subtitle="item.subTitle" @click="listItem(item)">
|
|
205
205
|
<template v-slot:append>
|
|
206
206
|
<v-list-item-avatar left rounded="0" v-if="item.ThumbnailUrl">
|
|
207
|
-
<v-btn size="large" color="grey" icon="$info" @click.stop.prevent="onInfo(item)"></v-btn>
|
|
207
|
+
<v-btn size="large" color="grey" variant="tonal" icon="$info" @click.stop.prevent="onInfo(item)"></v-btn>
|
|
208
208
|
</v-list-item-avatar>
|
|
209
209
|
</template>
|
|
210
210
|
<v-list-item-avatar right rounded="0" v-if="item.ThumbnailUrl">
|