mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 04:04:07 +00:00
Fix opening playlists when recents is not saved (fix #57)
This commit is contained in:
@@ -16,7 +16,7 @@ final class RecentsModel: ObservableObject {
|
|||||||
if !saveRecents {
|
if !saveRecents {
|
||||||
clear()
|
clear()
|
||||||
|
|
||||||
if item.type != .channel {
|
if item.type == .query {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user