mirror of
https://github.com/yattee/yattee.git
synced 2025-11-26 11:18:19 +00:00
Subscribed channels list in tab navigation
This commit is contained in:
@@ -221,7 +221,7 @@ final class NavigationModel: ObservableObject {
|
||||
presentingPlaylistForm = true
|
||||
}
|
||||
|
||||
func presentUnsubscribeAlert(_ channel: Channel, subscriptions: SubscriptionsModel) {
|
||||
func presentUnsubscribeAlert(_ channel: Channel, subscriptions: SubsribedChannelsModel) {
|
||||
channelToUnsubscribe = channel
|
||||
alert = Alert(
|
||||
title: Text(
|
||||
|
||||
Reference in New Issue
Block a user