in app/util/UploadBuilder.scala [56:60]
private def getRuntimeMetadata(selfHosted: Boolean, atomChannel: Option[String]) = atomChannel match {
case _ if selfHosted => SelfHostedUploadMetadata(List.empty)
case Some(channel) => YouTubeUploadMetadata(channel, uri = None)
case None => AtomMissingYouTubeChannel
}