diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-28 18:27:03 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-28 18:27:03 +0200 |
commit | 51761cbdefa39107b9e1f931f1aa8df6aebb2a94 (patch) | |
tree | 957ca180786ece777e6e1153ada91da741d845ec /ui/src/props.rs | |
parent | 80d28b764c95891551e28c395783f5ff9d065743 (diff) | |
download | jellything-51761cbdefa39107b9e1f931f1aa8df6aebb2a94.tar jellything-51761cbdefa39107b9e1f931f1aa8df6aebb2a94.tar.bz2 jellything-51761cbdefa39107b9e1f931f1aa8df6aebb2a94.tar.zst |
many much more generic refactor
Diffstat (limited to 'ui/src/props.rs')
-rw-r--r-- | ui/src/props.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/props.rs b/ui/src/props.rs index 7dbc0de..fbeddca 100644 --- a/ui/src/props.rs +++ b/ui/src/props.rs @@ -4,8 +4,8 @@ Copyright (C) 2025 metamuffin <metamuffin.org> */ use crate::{ - format::format_duration, - locale::{Language, trs}, + format::{MediaInfoExt, format_count, format_duration}, + locale::{Language, tr, trs}, }; use jellycommon::{ Node, Rating, Visibility, |