aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2008-12-22 15:04:49 +0100
committerghost <andreas.monzner@multimedia-labs.de>2008-12-22 15:04:49 +0100
commitda603a25848ae8b81c8c5e2b69e6774c2a64bd2a (patch)
tree5587d4eb020eccaab9c7489794e8f09b39694c04 /lib/service/servicedvb.cpp
parent6667ca3701d2780a4d6d073c7c96a0ad1235bdb9 (diff)
downloadenigma2-da603a25848ae8b81c8c5e2b69e6774c2a64bd2a.tar.gz
enigma2-da603a25848ae8b81c8c5e2b69e6774c2a64bd2a.zip
fix non working aspect query (4:3/16:9)
Diffstat (limited to 'lib/service/servicedvb.cpp')
-rw-r--r--lib/service/servicedvb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp
index 44e1262f..749e2949 100644
--- a/lib/service/servicedvb.cpp
+++ b/lib/service/servicedvb.cpp
@@ -1650,6 +1650,8 @@ int eDVBServicePlay::getInfo(int w)
}
}
}
+ else
+ return aspect
break;
}
case sIsCrypted: if (no_program_info) return -1; return program.isCrypted();