Added getDir.

This commit is contained in:
sergiotarxz 2020-12-29 09:25:37 +01:00
parent 0daf7184e1
commit e38f298e40
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 8 additions and 0 deletions

8
lib/Peertube/DL.pm Normal file
View File

@ -0,0 +1,8 @@
package Peertube::DL;
use File::Basename;
sub getDir {
dirname(dirname(__FILE__));
}
1;