diff options
| author | bobzel <zzzman@gmail.com> | 2022-07-28 14:22:58 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-07-28 14:22:58 -0400 |
| commit | fe5b49705069eebccec22e6cad29b007a60e3bec (patch) | |
| tree | e7fefab18b14d8733a6412f6f5c15507a1562ae5 /src/client/views/collections/CollectionStackedTimeline.tsx | |
| parent | b830a5dc8df82886a9304ebe02fe93cdf1c0b521 (diff) | |
from last
Diffstat (limited to 'src/client/views/collections/CollectionStackedTimeline.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackedTimeline.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackedTimeline.tsx b/src/client/views/collections/CollectionStackedTimeline.tsx index 52126884a..48e3abbc7 100644 --- a/src/client/views/collections/CollectionStackedTimeline.tsx +++ b/src/client/views/collections/CollectionStackedTimeline.tsx @@ -291,7 +291,7 @@ export class CollectionStackedTimeline extends CollectionSubView<CollectionStack const nearest = Math.floor((this._hoverTime / this.props.rawDuration) * VideoBox.numThumbnails); const thumbnails = StrListCast(this.dataDoc.thumbnails); const imgField = thumbnails?.length > 0 ? new ImageField(thumbnails[nearest]) : undefined; - this._thumbnail = imgField?.url?.href ? imgField.url.href.replace('.png', '_s.png') : undefined; + this._thumbnail = imgField?.url?.href ? imgField.url.href.replace('.png', '_m.png') : undefined; } } }; |
