diff --git a/lib/library.cpp b/lib/library.cpp index 938258ae..543bdca2 100644 --- a/lib/library.cpp +++ b/lib/library.cpp @@ -244,7 +244,7 @@ void library :: Track :: write(File &f) { f << library_id << " " << artist_id << " " << album_id << " " << genre_id; f << " " << track << " " << last_year << " " << last_month << " " << last_day; - f << " " << play_count << " " << length; // << std :: endl; + f << " " << play_count << " " << length << " "; // << std :: endl; f << title << std :: endl; f << filepath; }