Fix comment link in Twitch log search

master
Nikola Forró 6 years ago
parent 489ad86c10
commit f5a2fec992

@ -63,7 +63,7 @@
<mat-cell fxFlex="8%" *matCellDef="let result"> <mat-cell fxFlex="8%" *matCellDef="let result">
<a mat-button href="https://www.twitch.tv/videos/{{videoID}}?comment={{result.id}}&t={{result.offset | tohms}}" target="_blank"> <a mat-button href="https://www.twitch.tv/videos/{{result.video_id}}?comment={{result.id}}&t={{result.offset | tohms}}" target="_blank">
{{result.offset | totime : result.video_recorded_at | tohms : 'colons'}} {{result.offset | totime : result.video_recorded_at | tohms : 'colons'}}

Loading…
Cancel
Save