Skip to content

Commit

Permalink
Merge pull request #1321 from eladyn/oauth_support
Browse files Browse the repository at this point in the history
implement OAuth and refactor config
  • Loading branch information
eladyn authored Feb 24, 2025
2 parents 0f53c15 + d8ccb99 commit ff908d0
Show file tree
Hide file tree
Showing 12 changed files with 579 additions and 930 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ assignees: ''
<!-- if you compiled spotifyd yourself. Alsa backend enabled by default unless compiled with the `--no-default-features` flag -->
**Compilation flags**
- [ ] dbus_mpris
- [ ] dbus_keyring
- [x] alsa_backend
- [ ] portaudio_backend
- [ ] pulseaudio_backend
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- artifact_type: 'slim' # Slim version has no features enabled by default.
feature: ''
- artifact_type: 'default'
feature: 'dbus_keyring,dbus_mpris' # Default version has all extra features enabled
feature: 'dbus_mpris' # Default version has all extra features enabled
- artifact_type: 'full'
feature: 'dbus_keyring,dbus_mpris' # Full version has all extra features and audio backends enabled
feature: 'dbus_mpris' # Full version has all extra features and audio backends enabled
- build_target: macos
os: macos-latest
artifact_prefix: macos
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
os: [macos-latest, ubuntu-latest]
include:
- os: macos-latest
features: portaudio_backend,rodio_backend,dbus_keyring
features: portaudio_backend,rodio_backend
- os: ubuntu-latest
features: alsa_backend,rodio_backend,dbus_keyring,dbus_mpris
features: alsa_backend,rodio_backend,dbus_mpris

steps:
- name: Installing Rust toolchain
Expand Down
Loading

0 comments on commit ff908d0

Please sign in to comment.