Completed edit movies implementation, cleaned up the Movies table, and fixed a bug when adding a movie from the CollectionDetails screen.

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent d5117fda39
commit 652dc0f2c4
17 changed files with 1787 additions and 223 deletions
+2 -2
View File
@@ -119,7 +119,7 @@ pub(super) fn draw_collection_details<B: Backend>(
TableProps {
content: &mut app.data.radarr_data.collection_movies,
table_headers: vec![
"",
"",
"Title",
"Year",
"Runtime",
@@ -147,7 +147,7 @@ pub(super) fn draw_collection_details<B: Backend>(
.iter()
.any(|mov| mov.tmdb_id == movie.tmdb_id)
{
""
""
} else {
""
};