Skip to content

Commit

Permalink
SLUB: add some more media types (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefRe authored Dec 7, 2020
1 parent e34cc65 commit 4b65dba
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ open class SLUB : OkHttpBaseApi() {
"Electronic Resource (Data Carrier)" to SearchResult.MediaType.EAUDIO,
"Image" to SearchResult.MediaType.ART,
"Microform" to SearchResult.MediaType.MICROFORM,
"Visual Media" to SearchResult.MediaType.ART
"Visual Media" to SearchResult.MediaType.ART,
"Electronic Resource" to SearchResult.MediaType.CD_SOFTWARE, // typically CD-ROM or DVD-ROM
"Physical Object" to SearchResult.MediaType.DEVICE,
"Norm" to SearchResult.MediaType.EDOC
)

private val fieldCaptions = mapOf(
Expand Down

0 comments on commit 4b65dba

Please sign in to comment.