diff options
Diffstat (limited to 'server/src/routes/ui/player.rs')
-rw-r--r-- | server/src/routes/ui/player.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/src/routes/ui/player.rs b/server/src/routes/ui/player.rs index 2d06af4..30901b7 100644 --- a/server/src/routes/ui/player.rs +++ b/server/src/routes/ui/player.rs @@ -32,8 +32,6 @@ pub struct PlayerConfig { pub fn player_uri(id: &str) -> String { format!("/n/{}/player", id) -}pub fn player_uri(id: &str) -> String { - format!("/player/{}", id) } pub fn r_player( |