mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 21:08: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 id="info">
|
||||||
<div class="user">
|
<div class="user">
|
||||||
<img
|
<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"
|
class="rounded-circle avatar"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue