diff --git a/modules/relay/src/main/RelayTourForm.scala b/modules/relay/src/main/RelayTourForm.scala index 51d9d9655a108..e712c31ea3cf5 100644 --- a/modules/relay/src/main/RelayTourForm.scala +++ b/modules/relay/src/main/RelayTourForm.scala @@ -100,7 +100,7 @@ object RelayTourForm: players = players, teams = teams, spotlight = spotlight.filterNot(_.isEmpty), - pinnedStream = pinnedStream, + pinnedStream = if Granter(_.StudyAdmin) then pinnedStream else tour.pinnedStream, note = note ) .giveOfficialToBroadcasterIf(Granter(_.StudyAdmin))