* allow someone to make a replica of the master mix if the boolean 'full' is passed with true
This commit is contained in:
parent
c0d78c9d26
commit
38aa35765d
|
|
@ -86,7 +86,7 @@ module JamRuby
|
|||
if all_quiet
|
||||
errors.add(:settings, 'are all muted')
|
||||
end
|
||||
if !tweaked
|
||||
if !tweaked && !parsed['full']
|
||||
errors.add(:settings, 'have nothing specified')
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue