mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00

* feat: add invidious audio source with automatic track switch even on server playback endpoint * fix: switching to different source on playback endpoint error not working * chore: update invidious version * feat: invidious instances customizability
20 lines
403 B
YAML
20 lines
403 B
YAML
targets:
|
|
$default:
|
|
sources:
|
|
exclude:
|
|
- bin/*.dart
|
|
builders:
|
|
json_serializable:
|
|
options:
|
|
any_map: true
|
|
explicit_to_json: true
|
|
drift_dev:
|
|
options:
|
|
databases:
|
|
app_db: lib/models/database/database.dart
|
|
sql:
|
|
dialect: sqlite
|
|
options:
|
|
modules:
|
|
- json1
|