File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -516,8 +516,7 @@ sub getMetadataFor {
516516 $meta -> {album } = $cached_meta -> {album } if $cached_meta -> {album };
517517 $meta -> {bitrate } = ' ' ;
518518
519- $log -> debug(" Using rich metadata for current track channel $channel_id : " .
520- ($meta -> {title } || ' Unknown' ));
519+ # $log->debug("Using rich metadata for current track channel $channel_id: " . ($meta->{title} || 'Unknown'));
521520 } else {
522521 # Fall back to basic channel info for current track
523522 $meta -> {artist } = $channel_info -> {name };
@@ -527,7 +526,7 @@ sub getMetadataFor {
527526 $meta -> {album } = ' SiriusXM' ;
528527 $meta -> {bitrate } = ' ' ;
529528
530- $log -> debug(" Using basic channel info for current track channel $channel_id " );
529+ # $log->debug("Using basic channel info for current track channel $channel_id");
531530 }
532531 } else {
533532 # For non-current tracks, only return basic channel artwork and info
@@ -538,7 +537,7 @@ sub getMetadataFor {
538537 $meta -> {album } = ' SiriusXM' ;
539538 $meta -> {bitrate } = ' ' ;
540539
541- $log -> debug(" Using channel artwork for non-current track channel $channel_id " );
540+ # $log->debug("Using channel artwork for non-current track channel $channel_id");
542541 }
543542
544543 return $meta ;
You can’t perform that action at this time.
0 commit comments