Skip to content

Commit

Permalink
fix missing song owner
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Mar 13, 2024
1 parent fbf579d commit 800604e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MediaWidget/PlaylistController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class PlaylistController {
type: "video/youtube",
id: uuidv4(),
originId: json.id,
owner: "Аноним",
owner: json.owner,
title: json.title,
};
this.handleNewRequestedSongEvent(song);
Expand Down

0 comments on commit 800604e

Please sign in to comment.