|
@@ -1667,11 +1667,7 @@ export default {
|
|
try {
|
|
try {
|
|
const { author } = this.video.player.getVideoData();
|
|
const { author } = this.video.player.getVideoData();
|
|
|
|
|
|
- if (author)
|
|
|
|
- this.updateSongField({
|
|
|
|
- field: "artists",
|
|
|
|
- value: [author]
|
|
|
|
- });
|
|
|
|
|
|
+ if (author) this.artistInputValue = author;
|
|
else throw new Error("No video author found");
|
|
else throw new Error("No video author found");
|
|
} catch (e) {
|
|
} catch (e) {
|
|
new Toast("Unable to fetch YouTube video author");
|
|
new Toast("Unable to fetch YouTube video author");
|