mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Basic Safari extension
This commit is contained in:
@@ -36,7 +36,7 @@ extension PlayerModel {
|
||||
}
|
||||
|
||||
return UIAction(
|
||||
title: "Restore \(segment.category)",
|
||||
title: "Restore \(segment.title())",
|
||||
image: UIImage(systemName: "arrow.uturn.left.circle")
|
||||
) { _ in
|
||||
self.restoreLastSkippedSegment()
|
||||
|
Reference in New Issue
Block a user