diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-03 18:15:47 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-03 18:15:47 +0100 |
commit | bf84be508aa415b45a51fc0fe007a0879f7bfab7 (patch) | |
tree | 6a98c9a534dbb5eed899d0f9ff6f6499dddfd0db /common/src/stream.rs | |
parent | 26d3a70b0be2809177076e155f987e18e2b2ceb2 (diff) | |
download | jellything-bf84be508aa415b45a51fc0fe007a0879f7bfab7.tar jellything-bf84be508aa415b45a51fc0fe007a0879f7bfab7.tar.bz2 jellything-bf84be508aa415b45a51fc0fe007a0879f7bfab7.tar.zst |
nodepage in player and tags
Diffstat (limited to 'common/src/stream.rs')
-rw-r--r-- | common/src/stream.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/stream.rs b/common/src/stream.rs index 3e227e1..1c285b3 100644 --- a/common/src/stream.rs +++ b/common/src/stream.rs @@ -1,9 +1,9 @@ -use bincode::{Decode, Encode}; /* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2025 metamuffin <metamuffin.org> */ +use bincode::{Decode, Encode}; #[cfg(feature = "rocket")] use rocket::{FromForm, FromFormField, UriDisplayQuery}; use serde::{Deserialize, Serialize}; |