fnp
/
audio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adding intro and outro.
[audio.git]
/
src
/
archive
/
migrations
/
0010_populate_license.py
diff --git
a/src/archive/migrations/0010_populate_license.py
b/src/archive/migrations/0010_populate_license.py
index
9533003
..
caec303
100644
(file)
--- a/
src/archive/migrations/0010_populate_license.py
+++ b/
src/archive/migrations/0010_populate_license.py
@@
-9,9
+9,9
@@
def populate_license(apps, schema_editor):
Audiobook = apps.get_model('archive.Audiobook')
licenses = {}
for a in Audiobook.objects.all():
Audiobook = apps.get_model('archive.Audiobook')
licenses = {}
for a in Audiobook.objects.all():
- if a.mp3_tags:
+ if a.mp3_
published_
tags:
tags = json.loads(a.mp3_published_tags)
tags = json.loads(a.mp3_published_tags)
- uri = tags.get('license')
+ uri = tags.get('
tags', {}).get('
license')
if not uri:
continue
if uri not in licenses:
if not uri:
continue
if uri not in licenses: