forked from rc/aircox
add manager for Related class; rename get_on_air as on_air + can retrieve by last logs instead of date
This commit is contained in:
@ -127,7 +127,7 @@ class SoundInfo:
|
||||
if not os.path.exists(path):
|
||||
return
|
||||
|
||||
old = Track.get_for(object = sound)
|
||||
old = Track.objects.get_for(object = sound)
|
||||
if old:
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user