Added bljesak.info
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user