remove debug [ci skip]
This commit is contained in:
parent
7bf3da670b
commit
78b1821cbf
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ export default class mpris {
|
|||
* Update M.P.R.I.S Player Attributes
|
||||
*/
|
||||
private static updateMetaData(attributes: any) {
|
||||
console.log(attributes)
|
||||
mpris.player.metadata = {
|
||||
"mpris:trackid": mpris.player.objectPath(`track/${attributes.playParams.id.replace(/[.]+/g, "")}`),
|
||||
"mpris:length": attributes.durationInMillis * 1000, // In microseconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue