Skip to content

Commit

Permalink
fix: revert episode lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Christopher Tanhar committed Nov 27, 2023
1 parent 86a1b9f commit a90879d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moco/View/User/EpisodeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ struct EpisodeView: View {
EpisodeItem(
number: index + 1
) {
if true {
if episode.isAvailable || index < userViewModel.userLogin!.availableEpisodeSum {
Task {
episodeViewModel.setSelectedEpisode(episode)

Expand Down

0 comments on commit a90879d

Please sign in to comment.