diff options
author | Said Belhadj <71043286+Said-Belhadj@users.noreply.github.com> | 2021-06-28 20:03:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 20:03:35 +0200 |
commit | b31d1df0f8e06cc546ccbb84fab8d7e570349b32 (patch) | |
tree | 212d7fab75c482c895e91a7e69001d73ecf110ed /files | |
parent | 56c7c2388cfca852b9b2b356d1a6ef07abdf4622 (diff) |
Add new data set for Album
Diffstat (limited to 'files')
-rw-r--r-- | files/albums.xml | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/files/albums.xml b/files/albums.xml index edb2a94..bf6468f 100644 --- a/files/albums.xml +++ b/files/albums.xml @@ -1,29 +1,22 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <albums> <album> - <title>Best of Beatles</title> - <artist/> + <title>Best of Drake</title><artist/> <lengthInSeconds>2160</lengthInSeconds> <UUID>55a1e629-ef8c-4554-be90-7668105724cd</UUID> - <date>1970-12-10</date> + <date>2019-12-10</date> <songs> - <UUID>66d277ca-cbc4-471c-a07e-082362275bcc</UUID> - <UUID>6b834132-0a30-4b83-9835-814121b963a1</UUID> - <UUID>b2ee0ca0-b5e2-4bc9-8fed-7932fb145f2f</UUID> - <UUID>bbe99998-1be6-4a40-8bf0-6a7fce9087c9</UUID> - <UUID>66d277ca-cbc4-471c-a07e-082363375bcc</UUID> - <UUID>44136020-dc80-4522-9b71-2b9aad5e3039</UUID> + <UUID>21d277ca-cbc4-471c-a07e-082363375bcc</UUID> + <UUID>31d277ca-cbc4-471c-a07e-082363375bcc</UUID> + <UUID>61d277ca-cbc4-471c-a07e-082363375bcc</UUID> </songs> </album> <album> - <title>ABBA Gold</title> + <title>Best of Ariana Grande</title> <artist/> <lengthInSeconds>3490</lengthInSeconds> - <UUID>f015cb19-ed91-47cc-a262-12f5348e6f89</UUID> - <date>1978-01-23</date> - <songs> - <UUID>44136020-dc80-4522-9b71-2b9aad5e3039</UUID> - <UUID>66d277ca-cbc4-471c-a07e-082363375bcc</UUID> - </songs> + <UUID>66d277ca-cbc4-471c-a07e-082363375bcc</UUID> + <date>2016-01-23</date> + <songs/> </album> -</albums>
\ No newline at end of file +</albums> |