Skip to content

Commit 1f8d8b3

Browse files
authored
Update Query.cs
Oops! Forgot to remove API key
1 parent d1d9017 commit 1f8d8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BulkTMDBDownloader/Query.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace BulkTMDBDownloader
99
class Query
1010
{
1111
private const string Uribase = "https://api.themoviedb.org/3/";
12-
private const string Apikey = "302a28376c434c22df5e3af0f26f2fe8";
12+
private const string Apikey = "Fill in API key here";
1313

1414
public enum RequestTypes{ Search, Get }
1515
public Action<string> CallbackAction;

0 commit comments

Comments
 (0)