[init.channels] minmod

This commit is contained in:
xdrm-brackets 2018-03-21 23:03:17 +01:00
parent cc062028aa
commit 552c54c78c
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ gs.get.channel.get = function(){};
/* (2) Channel navigation
*
* @channel_id<int> Channel id (NULL uses get())
*
* @return status<boolean> Whether the navigation has been successful
*
---------------------------------------------------------*/
gs.get.channel.nav = function(channel_id=null){