mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-23 20:45:07 +00:00
fix sonar warnings
This commit is contained in:
@@ -126,7 +126,7 @@ public class YoutubeFaviconFetcher extends AbstractFaviconFetcher {
|
||||
|
||||
JsonNode channelId = objectMapper.readTree(playlistBytes).at(PLAYLIST_CHANNEL_ID);
|
||||
if (channelId.isMissingNode()) {
|
||||
return null;
|
||||
return new byte[0];
|
||||
}
|
||||
|
||||
return fetchForChannel(googleAuthKey, channelId.asText());
|
||||
|
||||
Reference in New Issue
Block a user