Skip to content

Commit 23b7ffb

Browse files
changes
1 parent 7ae836c commit 23b7ffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

users/views.py

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def playaplaylist(request,offset):
166166
songs = songs.order_by('?')
167167

168168
videoId = ''
169+
firstvid = ''
169170
vidcount = 0
170171
for song in songs:
171172
if vidcount == 0:

0 commit comments

Comments
 (0)