Skip to content

Commit

Permalink
1.41
Browse files Browse the repository at this point in the history
* cleaned up comments no code changes
  • Loading branch information
mwlistscom committed Oct 22, 2022
1 parent 493d921 commit 9e77e36
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 35 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/getvod.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

8 changes: 3 additions & 5 deletions getvod.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down Expand Up @@ -90,7 +93,6 @@ function fatal_handler() {
print("Error: Line=$errline, message: $errstr \n\n");
}
}

//
// validate the settings
//
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 9e77e36

Please sign in to comment.