From 0c776d5a3e4360a030578085d3eb455d40903db9 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 19 Jan 2026 00:02:06 +0100 Subject: Remove old jellycommon imports --- ui/src/format.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/src/format.rs') diff --git a/ui/src/format.rs b/ui/src/format.rs index cc87050..138589f 100644 --- a/ui/src/format.rs +++ b/ui/src/format.rs @@ -5,7 +5,6 @@ */ use crate::locale::{Language, TrString, tr, trs}; -use jellycommon::{Chapter, MediaInfo, NodeKind, SourceTrackKind}; use std::fmt::Write; pub fn format_duration(d: f64) -> String { -- cgit v1.3