Skip to content

Commit

Permalink
Fix Squeezebox Classic icon
Browse files Browse the repository at this point in the history
(At least) my SB Classic identifies itself as 'squeezebox3', not 'sb3'.
  • Loading branch information
maniac103 authored and kaaholst committed Feb 27, 2024
1 parent 92c1a5d commit 7c0220f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ private static Map<String, Integer> initializeModelIcons() {
modelIcons.put("controller", R.drawable.ic_controller);
modelIcons.put("sb1n2", R.drawable.ic_sb1n2);
modelIcons.put("sb3", R.drawable.ic_sb3);
modelIcons.put("squeezebox3", R.drawable.ic_sb3);
modelIcons.put("slimp3", R.drawable.ic_slimp3);
modelIcons.put("softsqueeze", R.drawable.ic_softsqueeze);
modelIcons.put("squeezelite", R.drawable.ic_softsqueeze);
Expand Down

0 comments on commit 7c0220f

Please sign in to comment.