mirror of
https://github.com/yattee/yattee.git
synced 2025-04-28 07:50:33 +05:30
Fix #133
This commit is contained in:
parent
40813c2859
commit
0802fe0029
@ -198,7 +198,7 @@ struct SearchView: View {
|
|||||||
visibleSections.append(.subscriptions)
|
visibleSections.append(.subscriptions)
|
||||||
}
|
}
|
||||||
|
|
||||||
if accounts.app.supportsUserPlaylists && preferred.contains(.playlists) {
|
if accounts.app.supportsUserPlaylists && accounts.signedIn && preferred.contains(.playlists) {
|
||||||
visibleSections.append(.playlists)
|
visibleSections.append(.playlists)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user