mirror of https://github.com/Chocobozzz/PeerTube
Don't reload videos on mute
parent
0a4cb95c98
commit
41bec13718
|
@ -41,7 +41,6 @@
|
|||
[video]="video" [user]="userMiniature" [ownerDisplayType]="ownerDisplayType"
|
||||
[displayVideoActions]="displayVideoActions" [displayOptions]="displayOptions"
|
||||
(videoBlocked)="removeVideoFromArray(video)" (videoRemoved)="removeVideoFromArray(video)"
|
||||
(videoAccountMuted)="reloadVideos()"
|
||||
>
|
||||
</my-video-miniature>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue