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