174 | {/* Display our video clips */}
175 |
178 |
192 | {rootContext.sceneMetadata &&
193 | rootContext.sceneMetadata[index] && (
194 |
195 | {/* This is where we display the metadata for each video */}
196 | From: {rootContext.sceneMetadata[index][0]}, To:{" "}
197 | {rootContext.sceneMetadata[index][1]}
198 |
199 | )}
200 | {isNSFW && (
201 |
209 | NSFW!
210 |
211 | )}
212 |
213 |
214 | );
215 | })
216 | : []}
217 |