Skip to content

Commit

Permalink
#2016 Fixes code regression introduced in #1973 with null playback pr…
Browse files Browse the repository at this point in the history
…eferences. (#2017)

Co-authored-by: Dennis Sheirer <[email protected]>
  • Loading branch information
DSheirer and Dennis Sheirer authored Oct 14, 2024
1 parent 91e5bc8 commit 9a02416
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ private void loadPreferenceTypes()
mCallManagementPreference = new CallManagementPreference(this::receive);
mJmbeLibraryPreference = new JmbeLibraryPreference(this::receive);
mMP3Preference = new MP3Preference(this::receive);
mPlaybackPreference = new PlaybackPreference(this::receive);
mPlaylistPreference = new PlaylistPreference(this::receive, mDirectoryPreference);
mRadioReferencePreference = new RadioReferencePreference(this::receive);
mRecordPreference = new RecordPreference(this::receive);
Expand Down

0 comments on commit 9a02416

Please sign in to comment.