mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Add setting for saving videos history
This commit is contained in:
@@ -149,7 +149,7 @@ extension PlayerModel {
|
||||
}
|
||||
|
||||
func addCurrentItemToHistory() {
|
||||
if let item = currentItem {
|
||||
if let item = currentItem, Defaults[.saveHistory] {
|
||||
addItemToHistory(item)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user