From 8def84c7b4b4ee510eee8ae449ef031bb311bff3 Mon Sep 17 00:00:00 2001 From: tcely Date: Wed, 25 Dec 2024 01:17:04 -0500 Subject: [PATCH] Use filename_path It's more directly what we want here. If `filepath` ever changed to not use `filename` the value would be incorrect, so this is the cleaner way to display this value. --- tubesync/sync/templates/sync/media-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/sync/templates/sync/media-item.html b/tubesync/sync/templates/sync/media-item.html index a326b09b..6f751be6 100644 --- a/tubesync/sync/templates/sync/media-item.html +++ b/tubesync/sync/templates/sync/media-item.html @@ -98,7 +98,7 @@ {% if media.downloaded %} Filename - Filename
{{ media.filepath.name }} + Filename
{{ filename_path.name }} Directory