Skip to content

Commit

Permalink
Revert "PLAYNEXT-1192 Switch source to also have Virus radio channel …
Browse files Browse the repository at this point in the history
…for SRF"

This reverts commit 63cea5a.
  • Loading branch information
mutaben committed Nov 5, 2024
1 parent 63cea5a commit 9064aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/Sources/UI/Controllers/TabBarController.m
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ - (UIViewController *)audiosTabViewController
return audiosNavigationController;
}
else {
NSArray<RadioChannel *> *radioChannels = applicationConfiguration.radioChannels;
NSArray<RadioChannel *> *radioChannels = applicationConfiguration.radioHomepageChannels;
if (radioChannels.count > 1) {
NSArray<RadioChannel *> *satelliteRadioChannels = applicationConfiguration.satelliteRadioChannels;
UIViewController *radioChannelsViewController = [[RadioChannelsViewController alloc] initWithRadioChannels:radioChannels satelliteRadioChannels:satelliteRadioChannels];
Expand Down

0 comments on commit 9064aa4

Please sign in to comment.