mirror of
https://github.com/yattee/yattee.git
synced 2025-01-09 19:10:32 +05:30
Fix opening playlists when recents is not saved (fix #57)
This commit is contained in:
parent
5f263efeb2
commit
1dfdb5ece3
@ -16,7 +16,7 @@ final class RecentsModel: ObservableObject {
|
||||
if !saveRecents {
|
||||
clear()
|
||||
|
||||
if item.type != .channel {
|
||||
if item.type == .query {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user