mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
e344adfeed
* Add autodiscovery for Jellyfin servers * Remove debugging aids you didn't see anything * Fix linter errors * Send a discovery packet to localhost too
7 lines
127 B
TypeScript
7 lines
127 B
TypeScript
import './autodiscover';
|
|
import './lyrics';
|
|
import './player';
|
|
import './remote';
|
|
import './settings';
|
|
import './discord-rpc';
|