# | Line 16 | Line 16 | |
---|---|---|
16 | #include <menes-api/path.hpp> | |
17 | #include <menes-dbi/connection.hpp> | |
18 | ||
19 | < | struct MediaFile |
19 | > | class MediaFile |
20 | { | |
21 | + | private: |
22 | mutable _H<dbi::Connection> connection; | |
23 | + | public: |
24 | api::Path path; | |
25 | ext::String artist, title, album, genre; | |
26 | MediaFile(_H<dbi::Connection>& connection, const api::Path& path); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |