Skip to content

Commit e77f07d

Browse files
committed
Update code docs
1 parent fbf0d5b commit e77f07d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source_LibraryViewFactory.bs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
return "livetv"
6565
end if
6666

67-
' Photo libraries (photos, photoalbum, homevideos)
68-
if collectionType = "photos" or collectionType = "photoalbum" or collectionType = "homevideos"
67+
' Photo libraries - homevideos excluded since it's mixed-content (folders, videos, photos)
68+
if collectionType = "photos" or collectionType = "photoalbum"
6969
return "photo"
7070
end if
7171

0 commit comments

Comments
 (0)