Remove some obsolete comments
This commit is contained in:
parent
a1f2a676fb
commit
e65ce668b7
1 changed files with 0 additions and 3 deletions
|
@ -88,17 +88,14 @@ MIN_DB_VERSION = '3.2.1'
|
||||||
|
|
||||||
# Supported databases - version numbers in tuples should decrease
|
# Supported databases - version numbers in tuples should decrease
|
||||||
SUPPORTED_VIDEO_DB = {
|
SUPPORTED_VIDEO_DB = {
|
||||||
# Kodi 19 - EXTREMLY EXPERIMENTAL!
|
|
||||||
19: (119, ),
|
19: (119, ),
|
||||||
20: (119, ),
|
20: (119, ),
|
||||||
}
|
}
|
||||||
SUPPORTED_MUSIC_DB = {
|
SUPPORTED_MUSIC_DB = {
|
||||||
# Kodi 19 - EXTREMLY EXPERIMENTAL!
|
|
||||||
19: (82, ),
|
19: (82, ),
|
||||||
20: (82, ),
|
20: (82, ),
|
||||||
}
|
}
|
||||||
SUPPORTED_TEXTURE_DB = {
|
SUPPORTED_TEXTURE_DB = {
|
||||||
# Kodi 19 - EXTREMLY EXPERIMENTAL!
|
|
||||||
19: (13, ),
|
19: (13, ),
|
||||||
20: (13, ),
|
20: (13, ),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue