mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 19:01:47 +00:00
fix: fixed issues identified in eslint
This commit is contained in:
4
src/plugins/shortcuts/mpris-service.d.ts
vendored
4
src/plugins/shortcuts/mpris-service.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
declare module '@jellybrick/mpris-service' {
|
||||
import { EventEmitter } from 'events';
|
||||
|
||||
import dbus from 'dbus-next';
|
||||
import { interface as dbusInterface } from 'dbus-next';
|
||||
|
||||
|
||||
interface RootInterfaceOptions {
|
||||
@ -101,7 +101,7 @@ declare module '@jellybrick/mpris-service' {
|
||||
static LOOP_STATUS_PLAYLIST: 'Playlist';
|
||||
}
|
||||
|
||||
interface MprisInterface extends dbus.interface.Interface {
|
||||
interface MprisInterface extends dbusInterface.Interface {
|
||||
setProperty(property: string, valuePlain: unknown): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user