iss #6: sort diffusion by start in explorer + space between artist and title

This commit is contained in:
bkfox
2017-10-23 15:18:48 +02:00
parent a0968d35f6
commit 4ed8559034
6 changed files with 26 additions and 6 deletions

View File

@ -40,7 +40,7 @@ class Actions:
items = schedule.diffusions_of_month(date, exclude_saved = True)
count[0] += len(items)
# we can't bulk create because we ned signal processing
# we can't bulk create because we need signal processing
for item in items:
conflicts = item.get_conflicts()
item.type = Diffusion.Type.unconfirmed \