unlockGenre method

Series unlockGenre()

Implementation

Series unlockGenre() {
  this._locked.remove('genre');
  return this;
}