From 8efe65a43ce60cc2ad95a82f96d8586ffcfdab5c Mon Sep 17 00:00:00 2001 From: Lem Smyth Date: Sun, 13 Feb 2022 17:02:35 -0600 Subject: [PATCH] sync --- classes/LBRY_Admin.php | 51 +----------------------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) diff --git a/classes/LBRY_Admin.php b/classes/LBRY_Admin.php index de08a65..c96c984 100644 --- a/classes/LBRY_Admin.php +++ b/classes/LBRY_Admin.php @@ -338,56 +338,7 @@ class LBRY_Admin

Looks like you haven't added any channels yet, you can do that now on the Channels Tab

Set Default to always Publish to LBRY, this can be adjusted when publishing a New Post.

', - 'lbry_default_publish_setting', - LBRY_SETTINGS, - - ); - } - - /** - * Prints select to choose a default to publish to channel - */ - public function default_channel_callback() - { - $options = ''; - $channel_list = LBRY()->daemon->channel_list(); - - if ( $channel_list ) { - foreach ( $channel_list as $channel ) { - $selected = $this->options['default_lbry_channel'] === $channel->claim_id; - - $options .= ''; - } - - printf( - '', - 'default_lbry_channel', - LBRY_SETTINGS, - $options - ); - } else { ?> -

Looks like you haven't added any channels yet, you can do that now on the Channels Tab

-