# | Line 18 | Line 18 | |
---|---|---|
18 | ||
19 | struct MediaFile | |
20 | { | |
21 | < | mutable _H<dbi::Connection>& connection; |
21 | > | mutable _H<dbi::Connection> connection; |
22 | api::Path path; | |
23 | ext::String artist, title, album, genre; | |
24 | MediaFile(_H<dbi::Connection>& connection, const api::Path& path); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |