diff --git a/assets/components/download-list-row.js b/assets/components/download-list-row.js index 72d3a82..1a81df3 100644 --- a/assets/components/download-list-row.js +++ b/assets/components/download-list-row.js @@ -33,75 +33,75 @@ export default class DownloadListRow extends HTMLTableRowElement { -
ID
+
ID
-
IMDB ID
+
IMDB ID
-
Title
+
Title
-
URL
+
URL
-
Filename
+
Filename
-
Status
+
Status
-
Progress
+
Progress
-
Media Type
+
Media Type
-
Episode ID
+
Episode ID
-
Created At
+
Created At
-
Updated At
+
Updated At
- -
${this.getAttribute('download-id') ?? "-"}
- - -
${this.getAttribute('imdb-id') ?? "-"}
- - -
${this.getAttribute('media-title') ?? "-"}
- - -
${this.getAttribute('url') ?? "-"}
- - -
${this.getAttribute('filename') ?? "-"}
- - -
${this.getAttribute('status') ?? "-"}
- - -
${this.getAttribute('progress') ?? "-"}
- - -
${this.getAttribute('media-type') ?? "-"}
- - -
${this.getAttribute('episode-id') ?? "-"}
- - -
${this.getAttribute('created-at') ?? "-"}
- - -
${this.getAttribute('updated-at') ?? "-"}
- + +
${this.getAttribute('download-id') ?? "-"}
+ + +
${this.getAttribute('imdb-id') ?? "-"}
+ + +
${this.getAttribute('media-title') ?? "-"}
+ + +
${this.getAttribute('url') ?? "-"}
+ + +
${this.getAttribute('filename') ?? "-"}
+ + +
${this.getAttribute('status') ?? "-"}
+ + +
${this.getAttribute('progress') ?? "-"}
+ + +
${this.getAttribute('media-type') ?? "-"}
+ + +
${this.getAttribute('episode-id') ?? "-"}
+ + +
${this.getAttribute('created-at') ?? "-"}
+ + +
${this.getAttribute('updated-at') ?? "-"}
+ diff --git a/templates/components/PreviewModal.html.twig b/templates/components/PreviewModal.html.twig index d192e40..a4f84be 100644 --- a/templates/components/PreviewModal.html.twig +++ b/templates/components/PreviewModal.html.twig @@ -1,4 +1,4 @@ - +