diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 13566b8..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/.idea/getvod.iml b/.idea/getvod.iml
deleted file mode 100644
index c956989..0000000
--- a/.idea/getvod.iml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 0df8d71..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/getvod.php b/getvod.php
index f445ea7..1bb1592 100644
--- a/getvod.php
+++ b/getvod.php
@@ -33,6 +33,9 @@
* added multiple playlists
* added bom removel to deal with utf8 lists; was causing the getvod to exit early
* added some debug for json so we can understand better when bad things happen
+ *
+ * Version 1.41
+ * cleaned up comments no code changes
*/
ini_set('memory_limit', '4G'); // upper memory limit for large stream file
//
@@ -90,7 +93,6 @@ function fatal_handler() {
print("Error: Line=$errline, message: $errstr \n\n");
}
}
-
//
// validate the settings
//
@@ -302,10 +304,6 @@ function fatal_handler() {
}
}
-//print_r("Checking for empty directories in Movie Library\n");
-//RemoveEmptySubFolders($dirmovie);
-//print_r("Checking for empty directories in TV Library\n");
-//RemoveEmptySubFolders($dirtv);
print_r("Finished\n\n");
exit(0);