Claim search method #64

Merged
lemsmyth merged 31 commits from claim-search-method into master 2022-02-16 21:42:48 +01:00
Showing only changes of commit 5b7d6036b9 - Show all commits

View file

@ -318,7 +318,7 @@ class LBRY_Admin
if ( $channel_list ) {
foreach ( $channel_list as $channel ) {
$selected = $this->options['default_lbry_channel'] === $channel->name;
$selected = $this->options['default_lbry_channel'] === $channel->claim_id;
$options .= '<option value="' . esc_attr( $channel->claim_id ) . '"';
if ( $selected ) {