Mercurial > minori
view src/gui/pages/seasons.cc @ 118:39521c47c7a3
*: another huge megacommit, SORRY
The torrents page works a lot better now
Added the edit option to the anime list right click menu
Vectorized currently playing files
Available player and extensions are now loaded at runtime
from files in (dotpath)/players.json and (dotpath)/extensions.json
These paths are not permanent and will likely be moved to
(dotpath)/recognition
...
...
...
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 07 Nov 2023 23:40:54 -0500 |
parents | 9b2b41f83a5e |
children | 4d461ef7d424 |
line wrap: on
line source
#include "gui/pages/seasons.h" SeasonsPage::SeasonsPage(QWidget* parent) : QWidget(parent) { } #include "gui/pages/moc_seasons.cpp"