Claim search method #64
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ class LBRY_Admin
|
||||||
|
|
||||||
if ( $channel_list ) {
|
if ( $channel_list ) {
|
||||||
foreach ( $channel_list as $channel ) {
|
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 ) . '"';
|
$options .= '<option value="' . esc_attr( $channel->claim_id ) . '"';
|
||||||
if ( $selected ) {
|
if ( $selected ) {
|
||||||
|
|
Loading…
Reference in a new issue