You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/DB.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ public function read_comments(string $uri)
207
207
/**
208
208
* Returns a picture of `$uri` by reading embedded pictures from binary tags.
209
209
* @param string $uri Song URI.
210
-
* @return false|string binary-data `string` on success and `false` on failure.
210
+
* @return false|string `false` on failure otherwise `string` containing either the picture or an empty string in case the file does not contain a picture.
211
211
*/
212
212
publicfunctionread_picture(string$uri)
213
213
{
@@ -217,6 +217,7 @@ public function read_picture(string $uri)
0 commit comments