diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-03-01 16:06:33 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-03-01 16:06:33 +0100 |
| commit | cfe6ebf45db60dc1abb65e7043dc9e3ec75bc5fa (patch) | |
| tree | 54d998bd4cffc364cb147d071fe0ddac2f7e56de /common/src | |
| parent | 2a5d882fac63f8572ee95f85447b180f5b17f57a (diff) | |
| download | jellything-cfe6ebf45db60dc1abb65e7043dc9e3ec75bc5fa.tar jellything-cfe6ebf45db60dc1abb65e7043dc9e3ec75bc5fa.tar.bz2 jellything-cfe6ebf45db60dc1abb65e7043dc9e3ec75bc5fa.tar.zst | |
refactor collapsing buttons on small screen
Diffstat (limited to 'common/src')
| -rw-r--r-- | common/src/node.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/src/node.rs b/common/src/node.rs index ff3289f..c4aa1df 100644 --- a/common/src/node.rs +++ b/common/src/node.rs @@ -7,8 +7,6 @@ use jellyobject::{Object, Tag, enums, fields}; fields! { - // Tag counter: 111 - NO_KIND: Tag = b"kind"; NO_TITLE: str = b"titl"; NO_PARENT: u64 = b"prnt"; // multi @@ -90,7 +88,6 @@ fields! { IDENT_OMDB: str = b"omdb"; IDENT_VGMDB_ARTIST: str = b"vgar"; IDENT_WIKIDATA: str = b"wkdt"; - } enums! { |