Skip to content

Commit

Permalink
Merge branch 'master' into qstring-refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Integral <[email protected]>
  • Loading branch information
Integral-Tech authored Dec 7, 2024
2 parents 5b6b978 + 0045d7e commit c9b9f68
Show file tree
Hide file tree
Showing 36 changed files with 129 additions and 1,172 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.10)

project(spotify-qt LANGUAGES CXX VERSION 3.11)

Expand Down
3 changes: 1 addition & 2 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.10)
project(spotify-qt-lib LANGUAGES CXX VERSION 0.9)

set(CMAKE_CXX_STANDARD 11)
Expand Down Expand Up @@ -28,7 +28,6 @@ target_include_directories(spotify-qt-lib PUBLIC

# Third-party libraries
add_subdirectory(thirdparty)
target_link_libraries(spotify-qt-lib PUBLIC spotify-qt-lib-third-party)

# Version macros
target_compile_definitions(spotify-qt-lib PUBLIC LIB_VERSION="v${PROJECT_VERSION}")
Expand Down
87 changes: 0 additions & 87 deletions lib/include/lib/enum/audiofeature.hpp

This file was deleted.

48 changes: 0 additions & 48 deletions lib/include/lib/enum/audiokey.hpp

This file was deleted.

17 changes: 0 additions & 17 deletions lib/include/lib/enum/audiomode.hpp

This file was deleted.

7 changes: 0 additions & 7 deletions lib/include/lib/spotify/api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "lib/enum/repeatstate.hpp"
#include "lib/spotify/album.hpp"
#include "lib/spotify/artist.hpp"
#include "lib/spotify/audiofeatures.hpp"
#include "lib/spotify/callback.hpp"
#include "lib/spotify/episode.hpp"
#include "lib/spotify/page.hpp"
Expand Down Expand Up @@ -315,12 +314,6 @@ namespace lib
void track(const std::string &track_id,
lib::callback<lib::spt::track> &callback);

void track_audio_features(const std::string &track_id,
lib::callback<lib::spt::audio_features> &callback);

void track_audio_features(const std::vector<std::string> &track_ids,
lib::callback<std::vector<lib::spt::audio_features>> &callback);

//endregion

//region User Profile
Expand Down
87 changes: 0 additions & 87 deletions lib/include/lib/spotify/audiofeature.hpp

This file was deleted.

43 changes: 0 additions & 43 deletions lib/include/lib/spotify/audiofeatures.hpp

This file was deleted.

5 changes: 0 additions & 5 deletions lib/include/lib/spotify/show.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ namespace lib
class show: public entity
{
public:
/**
* Countries, in ISO 3166, which show can be played in
*/
std::vector<std::string> available_markets;

/**
* Description in plain text
*/
Expand Down
Loading

0 comments on commit c9b9f68

Please sign in to comment.