summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/rbutilqt/base/autodetection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/base/autodetection.cpp b/rbutil/rbutilqt/base/autodetection.cpp
index e6bfc440a7..c7ddcab662 100644
--- a/rbutil/rbutilqt/base/autodetection.cpp
+++ b/rbutil/rbutilqt/base/autodetection.cpp
@@ -98,7 +98,7 @@ bool Autodetection::detect()
98 m_device = info.target(); 98 m_device = info.target();
99 // special case for video64mb. This is a workaround, and 99 // special case for video64mb. This is a workaround, and
100 // should get replaced when autodetection is reworked. 100 // should get replaced when autodetection is reworked.
101 if(m_device == "ipodvideo" || info.ram() == 64) 101 if(m_device == "ipodvideo" && info.ram() == 64)
102 { 102 {
103 m_device = "ipodvideo64mb"; 103 m_device = "ipodvideo64mb";
104 } 104 }