diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-19 00:02:06 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-19 00:02:06 +0100 |
| commit | 0c776d5a3e4360a030578085d3eb455d40903db9 (patch) | |
| tree | eaf82b33daf290f96a15055f7e52cb1588c2e89b /ui/src/node_page.rs | |
| parent | 88f1baa4610d3852fdf16319aec30a3f0eae9cea (diff) | |
| download | jellything-0c776d5a3e4360a030578085d3eb455d40903db9.tar jellything-0c776d5a3e4360a030578085d3eb455d40903db9.tar.bz2 jellything-0c776d5a3e4360a030578085d3eb455d40903db9.tar.zst | |
Remove old jellycommon imports
Diffstat (limited to 'ui/src/node_page.rs')
| -rw-r--r-- | ui/src/node_page.rs | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/ui/src/node_page.rs b/ui/src/node_page.rs index ee13d05..3e0c64f 100644 --- a/ui/src/node_page.rs +++ b/ui/src/node_page.rs @@ -12,15 +12,9 @@ use crate::{ node_card::{NodeCard, NodeCardWide}, props::Props, }; -use jellycommon::{ - Chapter, CreditCategory, IdentifierType, Node, NodeKind, PictureSlot, - api::NodeFilterSort, - routes::{ - u_node_image, u_node_slug, u_node_slug_person_asset, u_node_slug_player, - u_node_slug_player_time, u_node_slug_thumbnail, u_node_slug_update_rating, - u_node_slug_watched, - }, - user::{ApiWatchedState, NodeUserData, WatchedState}, +use jellycommon::routes::{ + u_node_image, u_node_slug, u_node_slug_person_asset, u_node_slug_player, + u_node_slug_player_time, u_node_slug_thumbnail, u_node_slug_update_rating, u_node_slug_watched, }; use std::sync::Arc; |