mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
SoundPlayer: Use AK::human_readable_size() for file sizes
This commit is contained in:
parent
ca3e0288e9
commit
32e5593ca9
2 changed files with 1 additions and 15 deletions
|
@ -29,8 +29,6 @@ public:
|
|||
|
||||
private:
|
||||
Vector<M3UEntry> m_playlist_items;
|
||||
|
||||
static DeprecatedString format_filesize(u64 size_in_bytes);
|
||||
};
|
||||
|
||||
class PlaylistTableView : public GUI::TableView {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue