feat: initial commit for media tracking software
- Setup C++/Qt6 desktop application structure - Added initial Go proxy backend for TMDB/IGDB integration
This commit is contained in:
commit
3f07c78316
63 changed files with 6547 additions and 0 deletions
6
src/providers/MetadataProvider.cpp
Normal file
6
src/providers/MetadataProvider.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include "providers/MetadataProvider.h"
|
||||
|
||||
// Interface translation unit. Concrete providers live in their own files.
|
||||
|
||||
namespace umt {
|
||||
} // namespace umt
|
||||
Loading…
Add table
Add a link
Reference in a new issue