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