Skip to content

Commit

Permalink
Add blank strings for songs that have no credited artist
Browse files Browse the repository at this point in the history
  • Loading branch information
pfych committed Aug 17, 2024
1 parent 07b49bf commit 1aa2c42
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions database-seeds/collections/songs-gitadora.json
Original file line number Diff line number Diff line change
Expand Up @@ -1601,6 +1601,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 928,
"searchTerms": [
Expand Down Expand Up @@ -4520,6 +4521,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 1757,
"searchTerms": [
Expand All @@ -4529,6 +4531,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 1759,
"searchTerms": [
Expand Down Expand Up @@ -5108,6 +5111,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 1852,
"searchTerms": [
Expand Down Expand Up @@ -5757,6 +5761,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 1946,
"searchTerms": [
Expand All @@ -5766,6 +5771,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 1947,
"searchTerms": [
Expand Down Expand Up @@ -6005,6 +6011,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 1971,
"searchTerms": [
Expand Down Expand Up @@ -6814,6 +6821,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 2066,
"searchTerms": [
Expand Down Expand Up @@ -7013,6 +7021,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 2086,
"searchTerms": [
Expand All @@ -7022,6 +7031,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 2087,
"searchTerms": [
Expand All @@ -7031,6 +7041,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 2088,
"searchTerms": [
Expand All @@ -7050,6 +7061,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 2090,
"searchTerms": [
Expand All @@ -7069,6 +7081,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 2092,
"searchTerms": [
Expand Down Expand Up @@ -10148,6 +10161,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 2400,
"searchTerms": [
Expand Down Expand Up @@ -12897,6 +12911,7 @@
},
{
"altTitles": [],
"artist": "",
"data": {},
"id": 2675,
"searchTerms": [
Expand Down

0 comments on commit 1aa2c42

Please sign in to comment.