commit cbc8102aab1bedc786b78e901d6c05c127e926a1 parent 3ececa373dd8ebdbb582f7f42cd6e0ce7203c996 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sat, 7 Dec 2024 12:00:16 +0100 fix: add missing comma Diffstat:
M | index.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.php b/index.php @@ -45,7 +45,7 @@ function get_yt_profilepic($channel_id) { $key = array_keys($profile_pic_links)[0]; $profile_pic_link = preg_replace( '/=.*$/', - '' + '', $profile_pic_links[$key] ); }