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