Skip to content

Commit

Permalink
Songs previously not found on Beat Saver will attempt to download
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingabopp committed Aug 20, 2021
1 parent a6f0a08 commit 81ea2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeatSyncLib/History/HistoryEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public virtual bool AllowRetry
HistoryFlag.Missing => false,
HistoryFlag.PreExisting => false,
HistoryFlag.Error => true,
HistoryFlag.BeatSaverNotFound => false,
HistoryFlag.BeatSaverNotFound => true,
_ => true
};
}
Expand Down

0 comments on commit 81ea2b5

Please sign in to comment.