Micro comment spacing fix.

This commit is contained in:
Dermot Duffy
2022-06-11 20:04:32 -07:00
parent 83c57a3b0f
commit b63fee9d8b
+1 -1
View File
@@ -160,7 +160,7 @@ export class FrigateCardMediaCarousel extends FrigateCardCarousel {
*/
protected _reinitIfNecessary(): void {
if (this._needReInit) {
//The original options are included here, although this should not be
// The original options are included here, although this should not be
// necessary (without including them, Safari ends up not having a looping
// live carousel).
this._carousel?.reInit(this._getOptions());