Skip to content

Commit

Permalink
fix: add AirPlay to enum AudioOutputRouting #582
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Feb 8, 2022
1 parent 07f8ee5 commit ca14124
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/enum_converter.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions lib/src/enums.dart
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ enum AudioOutputRouting {
/// Bluetooth headset.
@JsonValue(5)
HeadsetBluetooth,

/// Apple AirPlay.
@JsonValue(9)
AirPlay,
}

/// Audio profile.
Expand Down

0 comments on commit ca14124

Please sign in to comment.