mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 04:48:55 +00:00
fixed missing profile picture in watch page
This commit is contained in:
parent
81e06ae6dd
commit
fc602b0358
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
<div id="info">
|
||||
<div class="user">
|
||||
<img
|
||||
src="{{ path("app_user_profile_picture", {"id": video.uploader.id}) }}"
|
||||
src="{{ path("app_user_profile_picture", {"id": uuidMapper.toString(video.uploader.id)}) }}"
|
||||
class="rounded-circle avatar"
|
||||
alt=""
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue