We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2595c20 commit ce19386Copy full SHA for ce19386
anitr-cli.cpp
@@ -275,16 +275,9 @@ int main(int argc, char* argv[]) {
275
// Eğer anime ara seçeneği seçildiyse
276
else if (main_menu_choice == "Anime Ara")
277
{
278
-<<<<<<< HEAD
279
-
280
// Selected Episode Index'i sıfırla
281
selected_episode_index = 0;
282
283
-=======
284
- // episode_index'i sıfırla
285
- selected_episode_index = 0;
286
287
->>>>>>> 2ce9a9d8666f18a0f4da0e77d40dfdca9b0670f8
+
288
// Anime Ara işlemini tekrar başlatıyoruz
289
std::vector<std::map<std::string, std::string>> results = queryLoop();
290
0 commit comments