mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 10:21:46 +02:00
Rename MetaTags to MetaData
This commit is contained in:
parent
607f1db77f
commit
8e1f92acb1
13 changed files with 54 additions and 62 deletions
|
@ -109,7 +109,7 @@ TEST_CASE("Uri")
|
|||
}
|
||||
|
||||
|
||||
TEST_CASE("Metatags")
|
||||
TEST_CASE("Metadata")
|
||||
{
|
||||
auto in_json = json::parse(R"(
|
||||
{
|
||||
|
@ -146,7 +146,7 @@ TEST_CASE("Metatags")
|
|||
)");
|
||||
// std::cout << in_json.dump(4) << "\n";
|
||||
|
||||
Metatags meta(in_json);
|
||||
Metadata meta(in_json);
|
||||
REQUIRE(meta.album.has_value());
|
||||
REQUIRE(meta.album.value() == "Memories...Do Not Open");
|
||||
REQUIRE(meta.genre.has_value());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue