You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// SingleOrDefault should work here because the only time there could be more than one for a system and region are formats that return a framerate override
// Those systems should never hit this code block. But just in case.
If this doesn't exist, the field is empty and breaks the title generation.
To avoid breaking the site, we have to either set a default framerate if the framerate wasn't found, or we have to make sure that fitting framerate entries are always created when creating a new system.
The text was updated successfully, but these errors were encountered:
When a submission is created, (and our parser doesn't override the framerate) we match the framerate exactly to the system and region.
tasvideos/TASVideos.Core/Services/QueueService.cs
Lines 435 to 440 in b693cc7
If this doesn't exist, the field is empty and breaks the title generation.
To avoid breaking the site, we have to either set a default framerate if the framerate wasn't found, or we have to make sure that fitting framerate entries are always created when creating a new system.
The text was updated successfully, but these errors were encountered: