Skip to content

Commit 6f01e33

Browse files
Clear URL from unsucessfull media detection too
1 parent 4b813cd commit 6f01e33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/detection/media.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ static bool getBusProperties(const char* busName, FFMediaResult* result, DBusDat
208208
{
209209
ffStrbufClear(&result->artist);
210210
ffStrbufClear(&result->album);
211+
ffStrbufClear(&result->url);
211212
return false;
212213
}
213214

0 commit comments

Comments
 (0)