| 252 | } |
| 253 | |
| 254 | PlaylistFileEditor::PlaylistFileEditor(const char *name_utf8, |
| 255 | LoadMode load_mode) |
| 256 | :path(spl_map_to_fs(name_utf8)), |
| 257 | contents(MaybeLoadPlaylistFile(path, load_mode)) |
| 258 | { |
| 259 | } |
| 260 | |
| 261 | void |
| 262 | PlaylistFileEditor::Insert(std::size_t i, const char *uri) |
nothing calls this directly
no test coverage detected