mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 18:24:02 +00:00
Preliminary support for Piped playlist (listing playlists and videos)
This commit is contained in:
@@ -104,7 +104,8 @@ struct PlaybackBar: View {
|
||||
}
|
||||
|
||||
guard let video = player.currentVideo,
|
||||
let time = player.time else {
|
||||
let time = player.time
|
||||
else {
|
||||
return ""
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user