|
@@ -204,7 +204,6 @@ class DVDDisc(FSObject, StorageFolder): |
|
|
|
|
|
|
|
|
def detectdvd(path, fobj): |
|
|
def detectdvd(path, fobj): |
|
|
if os.path.isdir(path): |
|
|
if os.path.isdir(path): |
|
|
log.msg('dvd isdir') |
|
|
|
|
|
# Make sure we there is only a VIDEO_TS in there, even |
|
|
# Make sure we there is only a VIDEO_TS in there, even |
|
|
# if there is a VIDEO_TS w/ other files, we will open |
|
|
# if there is a VIDEO_TS w/ other files, we will open |
|
|
# the VIDEO_TS as a DVD (if it is one) |
|
|
# the VIDEO_TS as a DVD (if it is one) |
|
|