mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 04:11:47 +00:00
chore(mpris): use override keyword
This commit is contained in:
@ -29,7 +29,7 @@ class YTPlayer extends MprisPlayer {
|
|||||||
this.currentPosition = t;
|
this.currentPosition = t;
|
||||||
}
|
}
|
||||||
|
|
||||||
getPosition(): number {
|
override getPosition(): number {
|
||||||
return this.currentPosition;
|
return this.currentPosition;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user