remove small resolution images from mediasession
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8ef939856f
commit
108514aaa4
@ -6,7 +6,7 @@
|
||||
id="svg94"
|
||||
sodipodi:docname="icon_32_flat-dark.svg"
|
||||
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||
inkscape:export-filename="/home/djoma/Projekte/artemanufrij/app/webplay-client/public/static/icon_32.png"
|
||||
inkscape:export-filename="icon_32_flat-dark.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -6,7 +6,7 @@
|
||||
id="svg2"
|
||||
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||
sodipodi:docname="icon_48_flat-dark.svg"
|
||||
inkscape:export-filename="/home/djoma/Projekte/artemanufrij/app/webplay-client/public/static/icon_48.png"
|
||||
inkscape:export-filename="icon_48_flat-dark.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -6,9 +6,9 @@
|
||||
id="svg2"
|
||||
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||
sodipodi:docname="icon_64_flat-dark.svg"
|
||||
inkscape:export-filename="icon_64_flat-dark.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96"
|
||||
inkscape:export-filename="icon_96_flat-dark.png"
|
||||
inkscape:export-xdpi="144"
|
||||
inkscape:export-ydpi="144"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
18
src/App.vue
18
src/App.vue
@ -205,24 +205,6 @@ export default {
|
||||
artist: track.parent.artist_name,
|
||||
album: track.parent.title,
|
||||
artwork: [
|
||||
{
|
||||
src:
|
||||
track.parent.covers.cover32 || "/static/icons/dummy/album.svg",
|
||||
sizes: "32x32",
|
||||
type: "image/png",
|
||||
},
|
||||
{
|
||||
src:
|
||||
track.parent.covers.cover64 || "/static/icons/dummy/album.svg",
|
||||
sizes: "64x64",
|
||||
type: "image/png",
|
||||
},
|
||||
{
|
||||
src:
|
||||
track.parent.covers.cover128 || "/static/icons/dummy/album.svg",
|
||||
sizes: "96x96",
|
||||
type: "image/png",
|
||||
},
|
||||
{
|
||||
src:
|
||||
track.parent.covers.cover128 || "/static/icons/dummy/album.svg",
|
||||
|
Loading…
Reference in New Issue
Block a user