show delete button for failed videos

This commit is contained in:
Carl Pearson
2025-01-20 05:12:41 -07:00
parent 040db58672
commit bdb572e70d
2 changed files with 1 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ Build and push this container to ghcr
## Roadmap
- [x] Delete failed videos
- [ ] edit original metadata
- Playlists
- [ ] Refresh

View File

@@ -50,7 +50,6 @@
{{$restartHidden = "hidden"}}
{{else if eq .Status "failed"}}
{{$processHidden = "hidden"}}
{{$deleteHidden = "hidden"}}
{{else}}
{{$processHidden = "hidden"}}
{{$deleteHidden = "hidden"}}