aboutsummaryrefslogtreecommitdiff
path: root/common/src/api.rs
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/api.rs')
-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";