song: initialize mtime in song_alloc()
This commit is contained in:
parent
e47bdfe8e6
commit
09aadffe9b
@ -49,6 +49,7 @@ song_alloc(const char *url, struct directory *parent)
|
||||
song->tag = NULL;
|
||||
memcpy(song->url, url, urllen + 1);
|
||||
song->parent = parent;
|
||||
song->mtime = 0;
|
||||
|
||||
return song;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user