mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
feat: run prettier
This commit is contained in:
9
src/plugins/shortcuts/mpris-service.d.ts
vendored
9
src/plugins/shortcuts/mpris-service.d.ts
vendored
@ -3,7 +3,6 @@ declare module '@jellybrick/mpris-service' {
|
||||
|
||||
import { interface as dbusInterface } from 'dbus-next';
|
||||
|
||||
|
||||
interface RootInterfaceOptions {
|
||||
identity: string;
|
||||
supportedUriSchemes: string[];
|
||||
@ -105,14 +104,11 @@ declare module '@jellybrick/mpris-service' {
|
||||
setProperty(property: string, valuePlain: unknown): void;
|
||||
}
|
||||
|
||||
interface RootInterface {
|
||||
}
|
||||
interface RootInterface {}
|
||||
|
||||
interface PlayerInterface {
|
||||
}
|
||||
interface PlayerInterface {}
|
||||
|
||||
interface TracklistInterface {
|
||||
|
||||
TrackListReplaced(tracks: Track[]): void;
|
||||
|
||||
TrackAdded(afterTrack: string): void;
|
||||
@ -121,7 +117,6 @@ declare module '@jellybrick/mpris-service' {
|
||||
}
|
||||
|
||||
interface PlaylistsInterface {
|
||||
|
||||
PlaylistChanged(playlist: unknown[]): void;
|
||||
|
||||
setActivePlaylistId(playlistId: string): void;
|
||||
|
||||
Reference in New Issue
Block a user