feat: dependency udpate & openapi extension

This commit is contained in:
2024-07-09 10:41:31 +02:00
parent 4e827e120f
commit 268027734c
10 changed files with 1371 additions and 746 deletions

View File

@@ -74,7 +74,7 @@ const elements = {
},
/**
* Get the icon of the current song
* Get the icon of the current media
*/
getSongIcon: function () {
const figure = this.get("media");
@@ -90,7 +90,7 @@ const elements = {
},
/**
* returns an array of all artists in the current song
* returns an array of all artists in the current media
* @returns {Array} artists
*/
getArtistsArray: function () {
@@ -195,7 +195,7 @@ function getUpdateFrequency() {
}
/**
* Play or pause the current song
* Play or pause the current media
*/
function playPause() {
const play = elements.get("play");