Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix false positive mismatch in Movie Scrape dialog (stashapp#4144)
* Fix false positive mismatch in Movie Scrape dialog Scraping a movie by URL would show a difference in duration because the persisted value of duration was converted to HH:MM:SS while the newly scraped value was displayed without formatting: this makes sense because the newly scraped value is just a string and so could be anything This adds a check to see if the string is a number and converts it to HH:MM:SS format if possible * Fallback to original value if not a number --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
- Loading branch information