X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/95bbe743c6cbbc70dfb13836b56ea7bf124a218f..d5f57479d0929fe75aee4203ec875d1510f2e4c0:/src/archive/views.py diff --git a/src/archive/views.py b/src/archive/views.py index 6ae2ef6..1d4341e 100644 --- a/src/archive/views.py +++ b/src/archive/views.py @@ -321,7 +321,7 @@ def book_youtube_volume(request, aid): audiobook.youtube_volume = new_vol audiobook.save() - for a in models.Audiobook.objects.filter(youtube_volume=cur_vol, index__gt=audiobook.index).order_by('index'): + for a in models.Audiobook.objects.filter(slug=slug, youtube_volume=cur_vol, index__gt=audiobook.index).order_by('index'): if a.youtube_volume != cur_vol: break a.youtube_volume = new_vol