mirror of
https://github.com/zotero/zotero.git
synced 2026-09-07 08:26:14 +00:00
Map podcast to CSL broadcast
Closes citation-style-language/zotero-bits#83
This commit is contained in:
parent
77220799d0
commit
bf4deeff8f
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ var CSL_TYPE_MAPPINGS = {
|
||||||
'videoRecording':"motion_picture",
|
'videoRecording':"motion_picture",
|
||||||
'tvBroadcast':"broadcast",
|
'tvBroadcast':"broadcast",
|
||||||
'radioBroadcast':"broadcast",
|
'radioBroadcast':"broadcast",
|
||||||
'podcast':"song", // ??
|
'podcast':"broadcast",
|
||||||
'computerProgram':"book", // ??
|
'computerProgram':"book", // ??
|
||||||
'document':"article",
|
'document':"article",
|
||||||
'note':"article",
|
'note':"article",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue