mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
parent
89688455e0
commit
620cca9ce3
7 changed files with 1212 additions and 3764 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { ipcMain } from 'electron';
|
||||
import Player from '@jellybrick/mpris-service';
|
||||
import Player from 'mpris-service';
|
||||
import { PlayerRepeat, PlayerStatus, SongUpdate } from '../../../renderer/types';
|
||||
import { getMainWindow } from '../../main';
|
||||
|
||||
const mprisPlayer = new Player({
|
||||
const mprisPlayer = Player({
|
||||
identity: 'Feishin',
|
||||
maximumRate: 1.0,
|
||||
minimumRate: 1.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue