mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
23f84d68e8
* Stop mpv on app close for linux/macOS (#20) * Add initial MPRIS support * Fix mpv path check
8 lines
118 B
TypeScript
8 lines
118 B
TypeScript
import { isMacOS, isWindows, isLinux } from '../utils';
|
|
|
|
export const utils = {
|
|
isLinux,
|
|
isMacOS,
|
|
isWindows,
|
|
};
|