aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-19 00:34:03 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-19 00:34:03 +0100
commit38c3903265d3f47206e13232606d864b05ad00cc (patch)
treefe64d4bec58e31d6b34b7158075ca312bf2008e1 /common
parent848d4adc1a6095e92b67d2fe7211c303924e5c04 (diff)
downloadjellything-38c3903265d3f47206e13232606d864b05ad00cc.tar
jellything-38c3903265d3f47206e13232606d864b05ad00cc.tar.bz2
jellything-38c3903265d3f47206e13232606d864b05ad00cc.tar.zst
readd player page; ident naming
Diffstat (limited to 'common')
-rw-r--r--common/src/api.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/api.rs b/common/src/api.rs
index a49116a..3c4e958 100644
--- a/common/src/api.rs
+++ b/common/src/api.rs
@@ -17,7 +17,7 @@ fields! {
VIEW_MESSAGE: Object = b"mesg";
VIEW_NODE_PAGE: Object = b"npag";
VIEW_NODE_LIST: Object = b"nlis"; // multi
- VIEW_PLAYER: u64 = b"play";
+ VIEW_PLAYER: Object = b"play";
VIEW_STATGROUP: Object = b"stag";
VIEW_STATTEXT: Object = b"stat";
VIEW_ACCOUNT_LOGIN: () = b"acli";