mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-23 05:40:12 +00:00
An item with the same key has already been added
This commit is contained in:
parent
a4e48f511b
commit
6a47f28444
@ -25,7 +25,6 @@ namespace TMDbLibTests
|
||||
[TvSeasonMethods.Images] = tvSeason => tvSeason.Images,
|
||||
[TvSeasonMethods.ExternalIds] = tvSeason => tvSeason.ExternalIds,
|
||||
[TvSeasonMethods.Videos] = tvSeason => tvSeason.Videos,
|
||||
[TvSeasonMethods.Videos] = tvSeason => tvSeason.Videos,
|
||||
[TvSeasonMethods.AccountStates] = tvSeason => tvSeason.AccountStates
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user