Skip to content

Commit 9e77e36

Browse files
committed
1.41
* cleaned up comments no code changes
1 parent 493d921 commit 9e77e36

5 files changed

Lines changed: 3 additions & 35 deletions

File tree

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/getvod.iml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

getvod.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
* added multiple playlists
3434
* added bom removel to deal with utf8 lists; was causing the getvod to exit early
3535
* added some debug for json so we can understand better when bad things happen
36+
*
37+
* Version 1.41
38+
* cleaned up comments no code changes
3639
*/
3740
ini_set('memory_limit', '4G'); // upper memory limit for large stream file
3841
//
@@ -90,7 +93,6 @@ function fatal_handler() {
9093
print("Error: Line=$errline, message: $errstr \n\n");
9194
}
9295
}
93-
9496
//
9597
// validate the settings
9698
//
@@ -302,10 +304,6 @@ function fatal_handler() {
302304
}
303305
}
304306

305-
//print_r("Checking for empty directories in Movie Library\n");
306-
//RemoveEmptySubFolders($dirmovie);
307-
//print_r("Checking for empty directories in TV Library\n");
308-
//RemoveEmptySubFolders($dirtv);
309307

310308
print_r("Finished\n\n");
311309
exit(0);

0 commit comments

Comments
 (0)