android auto support

This commit is contained in:
Boof2015
2026-06-29 14:07:58 -04:00
parent 3558ea30e4
commit de7ad39d62
31 changed files with 2259 additions and 39 deletions
+5
View File
@@ -90,6 +90,11 @@ export interface RemoteSourceRow {
access_token: string | null;
user_id: string | null;
device_id: string | null;
/**
* A self-contained cover-art URL template with an `__ASTRA_ART_ID__` id placeholder,
* read by the native Android Auto artwork provider to fetch server art without JS.
*/
art_auth: string | null;
created_at: number;
updated_at: number;
}