mirror of
https://github.com/yattee/yattee.git
synced 2025-04-27 23:40:35 +05:30
Fix opening playlists when recents is not saved (fix #57)
This commit is contained in:
parent
1085bf0e9a
commit
f7789c73d5
@ -16,7 +16,7 @@ final class RecentsModel: ObservableObject {
|
|||||||
if !saveRecents {
|
if !saveRecents {
|
||||||
clear()
|
clear()
|
||||||
|
|
||||||
if item.type != .channel && item.type != .playlist {
|
if item.type == .query {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user