refactor: remove godirwalk dep
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
"created": "2019-11-30T00:00:00Z",
|
||||
"title": "",
|
||||
"album": "",
|
||||
"name": "album-1",
|
||||
"name": "album-0",
|
||||
"songCount": 3,
|
||||
"duration": 300,
|
||||
"year": 2021,
|
||||
"song": [
|
||||
{
|
||||
"id": "tr-4",
|
||||
"album": "album-1",
|
||||
"id": "tr-1",
|
||||
"album": "album-0",
|
||||
"albumId": "al-3",
|
||||
"artist": "artist-0",
|
||||
"artistId": "ar-1",
|
||||
@@ -30,7 +30,7 @@
|
||||
"isDir": false,
|
||||
"isVideo": false,
|
||||
"parent": "al-3",
|
||||
"path": "artist-0/album-1/track-0.flac",
|
||||
"path": "artist-0/album-0/track-0.flac",
|
||||
"suffix": "flac",
|
||||
"title": "title-0",
|
||||
"track": 1,
|
||||
@@ -39,8 +39,8 @@
|
||||
"year": 2021
|
||||
},
|
||||
{
|
||||
"id": "tr-5",
|
||||
"album": "album-1",
|
||||
"id": "tr-2",
|
||||
"album": "album-0",
|
||||
"albumId": "al-3",
|
||||
"artist": "artist-0",
|
||||
"artistId": "ar-1",
|
||||
@@ -52,7 +52,7 @@
|
||||
"isDir": false,
|
||||
"isVideo": false,
|
||||
"parent": "al-3",
|
||||
"path": "artist-0/album-1/track-1.flac",
|
||||
"path": "artist-0/album-0/track-1.flac",
|
||||
"suffix": "flac",
|
||||
"title": "title-1",
|
||||
"track": 1,
|
||||
@@ -61,8 +61,8 @@
|
||||
"year": 2021
|
||||
},
|
||||
{
|
||||
"id": "tr-6",
|
||||
"album": "album-1",
|
||||
"id": "tr-3",
|
||||
"album": "album-0",
|
||||
"albumId": "al-3",
|
||||
"artist": "artist-0",
|
||||
"artistId": "ar-1",
|
||||
@@ -74,7 +74,7 @@
|
||||
"isDir": false,
|
||||
"isVideo": false,
|
||||
"parent": "al-3",
|
||||
"path": "artist-0/album-1/track-2.flac",
|
||||
"path": "artist-0/album-0/track-2.flac",
|
||||
"suffix": "flac",
|
||||
"title": "title-2",
|
||||
"track": 1,
|
||||
|
||||
Reference in New Issue
Block a user