From e54b799fd35d3f7f2f0e575aef6aa5d560372c4f Mon Sep 17 00:00:00 2001 From: Don Oerkfitz Date: Mon, 8 Mar 2021 22:59:12 -0600 Subject: [PATCH] added TMDbLib to system --- .gitmodules | 3 +++ Common.Library/TMDbLib | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 Common.Library/TMDbLib diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5777ae2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Common.Library/TMDbLib"] + path = Common.Library/TMDbLib + url = https://github.com/LordMike/TMDbLib.git diff --git a/Common.Library/TMDbLib b/Common.Library/TMDbLib new file mode 160000 index 0000000..f4b86e7 --- /dev/null +++ b/Common.Library/TMDbLib @@ -0,0 +1 @@ +Subproject commit f4b86e75db135d22331247ce63258c3b6b5ff076