mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
fix issue #57
This commit is contained in:
parent
5f263efeb2
commit
1085bf0e9a
@ -16,7 +16,7 @@ final class RecentsModel: ObservableObject {
|
||||
if !saveRecents {
|
||||
clear()
|
||||
|
||||
if item.type != .channel {
|
||||
if item.type != .channel && item.type != .playlist {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user