I need to watch more Sesame Street..
26 letters in the alphabet + # for numbers is 27..
This commit is contained in:
@@ -379,7 +379,7 @@ class MediaPlugin(MediaBase):
|
||||
if x['_id'] in media_ids:
|
||||
chars.add(x['key'])
|
||||
|
||||
if len(chars) == 25:
|
||||
if len(chars) == 27:
|
||||
break
|
||||
|
||||
return list(chars)
|
||||
|
||||
Reference in New Issue
Block a user