Skip to content

Commit

Permalink
Playback 2024: Remove duration from ending story in Playback 2024 (#2421
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bjtitus authored Nov 14, 2024
2 parents e2f6d1d + bdffcbb commit a97d2bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions podcasts/End of Year/Stories/2024/EpilogueStory2024.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ struct EpilogueStory2024: StoryView {
"Gratki"
].map { $0.uppercased() }

var duration: TimeInterval = 0.01

private let separator = Image("playback-24-heart")

var identifier: String = "ending"
Expand Down

0 comments on commit a97d2bc

Please sign in to comment.