# | Line 29 | Line 29 | MediaFile::MediaFile(_H<dbi::Connection> | |
---|---|---|
29 | ||
30 | if (path_->MoveNext()) | |
31 | { | |
32 | + | connection->Parse(_B("UPDATE files SET live = TRUE WHERE path = ?"))->Execute(path.GetPath()); |
33 | + | |
34 | if (!artist.IsEmpty()) | |
35 | connection->Parse(_B("UPDATE files SET artist = ? WHERE path = ?"))->Execute(artist, path.GetPath()); | |
36 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |