Skip to content

Commit

Permalink
♻️ Change Stream Property in Bixby AudioPlayer to Object
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenaeg committed Mar 2, 2020
1 parent ef26e40 commit 80dd230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class BixbyAudioPlayer {
item.albumArtUrl = 'https://test.jpg';
}

if (!item.stream.format) {
if (item.stream && !item.stream.format) {
item.stream.format = 'audio/mp3';
}

Expand Down

0 comments on commit 80dd230

Please sign in to comment.