Added bljesak.info

This commit is contained in:
Senad Uka
2022-02-15 18:00:30 +01:00
parent 6648f6754a
commit 47987ff395
9 changed files with 141 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ type DisplayArticle struct {
const (
KlixSource = 1
SrpskainfoSource = 2
BljesakSource = 3
)
func SourceName(sourceId int) string {
@@ -36,6 +37,8 @@ func SourceName(sourceId int) string {
return "klix"
case SrpskainfoSource:
return "srpskainfo"
case BljesakSource:
return "bljesak"
}
return "starenovine"
}